Spread WPF 18
GrapeCity.Spreadsheet.FormControls Namespace / CheckState Enumeration


In This Topic
    CheckState Enumeration
    In This Topic
    Specifies the state of a control, such as a check box, that can be checked, unchecked, or set to an indeterminate state.
    Syntax
    'Declaration
     
    Public Enum CheckState 
       Inherits System.Enum
    'Usage
     
    Dim instance As CheckState
    public enum CheckState : System.Enum 
    Members
    MemberDescription
    CheckedThe control is checked.
    IndeterminateThe control is indeterminate. An indeterminate control generally has a shaded appearance.
    UncheckedThe control is unchecked.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             GrapeCity.Spreadsheet.FormControls.CheckState

    See Also