Skip to main content

RibbonCheckBox Properties

A checkbox within a RibbonControl.
Name Description
IsChecked Gets or sets whether the RibbonCheckBox is checked.
IsEnabled Gets or sets whether the ribbon item is enabled. This is a dependency property. Inherited from RibbonItemBase.
IsThreeState Gets or sets whether the RibbonCheckBox supports three states (checked, unchecked, and indeterminate). This is a dependency property.
IsVisible Gets or sets whether the ribbon item is visible. This is a dependency property. Inherited from RibbonItemBase.
StyleSettings Gets or sets style settings applied to a ribbon item. This is a dependency property. Inherited from RibbonItem<TSettings>.
Text Gets or sets the RibbonCheckBox‘s text. This is a dependency property.
ToolTip Gets or sets the ribbon check box’s tooltip. This is a dependency property.
ToolTipDescription Gets or sets the ribbon checkbox’s tooltip description text that is displayed under the ToolTipTitle. This is a dependency property.
ToolTipTitle Gets or sets the ribbon checkbox’s tooltip title text. This is a dependency property.
See Also