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.
    CloseAskSaveDoes not save the control's configuration when closing. (The user is not prompted to save the session configuration when closing. This member handles the Save action in the same way as the CloseNoSave member.)
    CloseNoSaveDoes not save the control's configuration when closing.
    See Also