InfoConnect API Guide
Attachmate.Reflection Namespace / CloseOption Enumeration


In This Topic
    CloseOption Enumeration
    In This Topic
    Indicates how to handle the Save action when closing.
    Syntax
    'Declaration
     
    
    Public Enum CloseOption 
       Inherits System.Enum
    'Usage
     
    
    Dim instance As CloseOption
    public enum CloseOption : System.Enum 
    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.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             Attachmate.Reflection.CloseOption

    See Also