Gets or set a value indicating whether this RibbonToggleButton is checked.

Syntax

public bool Checked { get; set; }
Public Property Checked() As Boolean

Remarks

A check mark icon is displayed if the SmallIcon property is set to null, the DisplayMode property value is IconTextRelation.SmallIconLabeled and the Checked property value is set to true.