Reflection Desktop VBA Guide
Attachmate.Reflection.Objects.Framework Library / Attachmate.Reflection.Objects.Framework Library / ApplicationCloseOption Enumeration
In This Topic
    ApplicationCloseOption Enumeration
    In This Topic
    ApplicationCloseOption indicates how to handle the Save action when closing the Reflection application.
    Members
    MemberDescription
    CloseAlwaysSaveSaves each control's configuration when closing the application.
    CloseAskSavePrompts users to choose whether to save each control's configuration when closing the application.
    CloseNoSaveDoes not save each control's configuration when closing the application.
    See Also