Spread Windows Forms 17
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet.Commands Namespace / FormatControlCommand Class / CheckState Property


In This Topic
    CheckState Property (FormatControlCommand)
    In This Topic
    Gets or sets the state of the check box.
    Syntax
    'Declaration
     
    
    Public Property CheckState As Nullable(Of CheckState)
    'Usage
     
    
    Dim instance As FormatControlCommand
    Dim value As Nullable(Of CheckState)
     
    instance.CheckState = value
     
    value = instance.CheckState
    public Nullable<CheckState> CheckState {get; set;}
    See Also