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