Skip to main content
A newer version of this page is available. .

RibbonToggleButton Properties

A toggle button within a RibbonControl.
Name Description
Command Gets or sets the command to invoke when the ribbon button is clicked. This is a dependency property. Inherited from RibbonButtonBase.
CommandParameter Gets or sets the parameter to pass to the Command. This is a dependency property. Inherited from RibbonButtonBase.
Content Gets or sets the ribbon button’s content. This is a dependency property. Inherited from RibbonButtonBase.
ContentTemplate Gets or sets the template used to display the ribbon button’s Content. This is a dependency property. Inherited from RibbonButtonBase.
ContentTemplateSelector Gets or sets an object that chooses the ContentTemplate based on custom logic. This is a dependency property. Inherited from RibbonButtonBase.
DisplayMode Gets or sets a flagged enumeration value that specifies the ribbon button’s possible states within a RibbonControl. This is a dependency property. Inherited from RibbonButtonBase.
IsChecked Gets or sets whether the RibbonToggleButton is checked.
IsEnabled Gets or sets whether the ribbon item is enabled. This is a dependency property. Inherited from RibbonItemBase.
IsVisible Gets or sets whether the ribbon item is visible. This is a dependency property. Inherited from RibbonItemBase.
LargeIcon Gets or sets the ribbon button’s large icon (32x32 px). This is a dependency property. Inherited from RibbonButtonBase.
SmallIcon Gets or sets the ribbon button’s small icon (16x16 px). This is a dependency property. Inherited from RibbonButtonBase.
StyleSettings Gets or sets style settings applied to a ribbon item. This is a dependency property. Inherited from RibbonItem<TSettings>.
ToolTip Gets or sets the ribbon button’s tooltip. This is a dependency property. Inherited from RibbonButtonBase.
ToolTipDescription Gets or sets the ribbon button’s tooltip description text that is displayed under the ToolTipTitle. This is a dependency property. Inherited from RibbonButtonBase.
ToolTipTitle Gets or sets the ribbon button’s tooltip title text. This is a dependency property. Inherited from RibbonButtonBase.
See Also