Spread Windows Forms 17
GrapeCity.Spreadsheet.WinForms.Ribbon Assembly / GrapeCity.Spreadsheet.WinForms.Ribbon Namespace / RibbonCheckBox Class / Checked Property


In This Topic
    Checked Property (RibbonCheckBox)
    In This Topic
    Gets or sets this check button's checked state.
    Syntax
    'Declaration
     
    
    Public Property Checked As Boolean
    'Usage
     
    
    Dim instance As RibbonCheckBox
    Dim value As Boolean
     
    instance.Checked = value
     
    value = instance.Checked
    public bool Checked {get; set;}
    See Also