'Declaration
Public Enum CheckValue Inherits System.Enum
'Usage
Dim instance As CheckValue
public enum CheckValue : System.Enum
'Declaration
Public Enum CheckValue Inherits System.Enum
'Usage
Dim instance As CheckValue
public enum CheckValue : System.Enum
Member | Description |
---|---|
False | Sets the check box value to false |
Indeterminate | Sets the check box value to indeterminate |
True | Sets the check box value to true |
System.Object
System.ValueType
System.Enum
FarPoint.Win.CheckValue