Skip to main content

RibbonCheckBox Members

A checkbox within a RibbonControl.

Constructors

Name Description
RibbonCheckBox() Initializes a new instance of the RibbonCheckBox class.

Fields

Name Description
IsCheckedProperty static Identifies the IsChecked dependency property.
IsEnabledProperty static Identifies the IsEnabled dependency property. Inherited from RibbonItemBase.
IsThreeStateProperty static Identifies the IsThreeState dependency property.
IsVisibleProperty static Identifies the IsVisible dependency property. Inherited from RibbonItemBase.
StyleSettingsProperty static Identifies the StyleSettings dependency property. Inherited from RibbonItem<TSettings>.
TextProperty static Identifies the Text dependency property.
ToolTipDescriptionProperty static Identifies the ToolTipDescription dependency property.
ToolTipProperty static Identifies the ToolTip dependency property.
ToolTipTitleProperty static Identifies the ToolTipTitle dependency property.

Properties

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.

Methods

Name Description
Equals(Object, Object) static Determines whether the specified object instances are considered equal. Inherited from Object.
GetType() Gets the Type of the current instance. Inherited from Object.
MemberwiseClone() protected Creates a shallow copy of the current Object. Inherited from Object.
ReferenceEquals(Object, Object) static Determines whether the specified Object instances are the same instance. Inherited from Object.
ToString() Returns a string that represents the current object. Inherited from Object.

Events

Name Description
Checked Fires when a RibbonCheckBox is checked.
Indeterminate Fires when a RibbonCheckBox is set to the indeterminate state.
Unchecked Fires when a RibbonCheckBox is unchecked.
See Also