RibbonCheckBox.Checked Property

Definition

Gets or sets a value that indicates whether this RibbonCheckBox is checked.

public:
 property bool Checked { bool get(); void set(bool value); };
public bool Checked { get; set; }
member this.Checked : bool with get, set
Public Property Checked As Boolean

Property Value

true if this RibbonCheckBox is checked; otherwise, false. The default value is false.

Applies to