The RibbonToggleButton class is a checkable button control which can be added to a RibbonGroup or to a RibbonMenuButton where it is stored as an item of the drop-down menu. The RibbonToggleButton class is inherited from the RibbonButton class. The following describes only the properties, methods and events defined through the RibbonToggleButton class.

Syntax

public class RibbonToggleButton : RibbonButton
Public Class RibbonToggleButton
  Inherits RibbonButton

Introduced: X14.

Constructors

Constructor Description
RibbonToggleButton Initializes a new instance of the RibbonToggleButton class.

Events

Event Description
CheckedChanged Occurs when the value of the Checked property changes.

Properties

Property Description
Checked Gets or set a value indicating whether this RibbonToggleButton is checked.
Description Gets or sets the description text that appears on this button in a RibbonMenuButton's drop down menu when the DisplayMode property of the button is set to IconTextRelation.LargeIconLabeled.
(Inherited from RibbonButton)
DisplayMode Sets the RibbonButton's superordinate display settings and gets its corresponding text icon relation rendering to the current group's width.
(Inherited from RibbonButton)
IsAddToQuickAccessToolbarEnabled Gets or sets a value indicating whether the RibbonButton can be added to the quick access toolbar.
(Inherited from RibbonButton)
IsScalable Gets or sets value indicating whether the RibbonButton changes its display mode when the related ribbon group is scaled by resizing the application.
(Inherited from RibbonButton)
KeyTip Gets or sets the keyboard shortcut of the RibbonButton.
(Inherited from RibbonButton)
LargeIcon Gets or sets a 32x32 1/96 inch icon for this RibbonButton.
(Inherited from RibbonButton)
ParentCollection Gets the RibbonItemCollection that contains this RibbonButton.
(Inherited from RibbonButton)
SmallIcon Gets or sets a 16x16 1/96 inch icon for this RibbonButton.
(Inherited from RibbonButton)
Text Overridden.
(Inherited from RibbonButton)
ToolTip Gets an object of type RibbonToolTip that displays text when the mouse pointer hovers over the item.
(Inherited from RibbonButton)