Ribbon for WinForms | ComponentOne
C1.Win.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
    public bool Checked {get; set;}
    See Also