InfoConnect API Guide
Attachmate.Reflection Namespace / CloseOption Enumeration


CloseOption Enumeration
Indicates how to handle the Save action when closing.
Syntax
'Declaration
 
Public Enum CloseOption 
   Inherits System.Enum
 
'Usage
 
Dim instance As CloseOption
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