InfoConnect for Airlines
CloseOption Enumeration


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.
CloseAskSavePrompts users to save the control's configuration when closing.
CloseNoSaveDoes not save the control's configuration when closing.
Inheritance Hierarchy

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

See Also