Spread WPF 18
GrapeCity.Spreadsheet.FormControls Namespace / ICheckBox Interface / CheckState Property


In This Topic
    CheckState Property
    In This Topic
    Gets or sets the state of the check box.
    Syntax
    'Declaration
     
    Property CheckState As CheckState
    'Usage
     
    Dim instance As ICheckBox
    Dim value As CheckState
     
    instance.CheckState = value
     
    value = instance.CheckState
    CheckState CheckState {get; set;}
    See Also