Spread Windows Forms 17
FarPoint.Win Assembly / FarPoint.Win Namespace / CheckValue Enumeration


In This Topic
    CheckValue Enumeration
    In This Topic
    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
    Inheritance Hierarchy

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

    See Also