Spread Windows Forms 12.0 Product Documentation
CheckValue Enumeration


FarPoint.Win Assembly > FarPoint.Win Namespace : CheckValue Enumeration
Specifies the value of the check box.
Syntax
'Declaration
 
Public Enum CheckValue 
   Inherits System.Enum
'Usage
 
Dim instance As CheckValue
public enum CheckValue : System.Enum 
Members
MemberDescription
FalseSets the check box value to false
IndeterminateSets the check box value to indeterminate
TrueSets the check box value to true
Remarks

Use the members of this enumeration to set the value of the Value property.

Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         FarPoint.Win.CheckValue

See Also

Reference

FarPoint.Win Namespace
Value