'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 | Prompts users to save the control's configuration when closing. |
CloseNoSave | Does not save the control's configuration when closing. |
System.Object
System.ValueType
System.Enum
Attachmate.Reflection.CloseOption