'Declaration
Public Enum CloseOption Inherits System.Enum
'Usage
Dim instance As CloseOption
public enum CloseOption : System.Enum
'Declaration
Public Enum CloseOption Inherits System.Enum
'Usage
Dim instance As CloseOption
public enum CloseOption : System.Enum
Member | Description |
---|---|
CloseAlwaysSave | Saves the control's configuration when closing. |
CloseAskSave | Does 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.) |
CloseNoSave | Does not save the control's configuration when closing. |
System.Object
System.ValueType
System.Enum
Attachmate.Reflection.CloseOption