'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 |
Use the members of this enumeration to set the value of the Value property.
System.Object
System.ValueType
System.Enum
FarPoint.Win.CheckValue