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 Ribbon |
Command |
Gets or sets the parameter to pass to the Command. This is a dependency property.
Inherited from Ribbon |
Content |
Gets or sets the ribbon button’s content. This is a dependency property.
Inherited from Ribbon |
Content |
Gets or sets the template used to display the ribbon button’s Content. This is a dependency property.
Inherited from Ribbon |
Content |
Gets or sets an object that chooses the Content |
Display |
Gets or sets a flagged enumeration value that specifies the ribbon button’s possible states within a Ribbon |
Is |
Gets or sets whether the Ribbon |
Is |
Gets or sets whether the ribbon item is enabled. This is a dependency property.
Inherited from Ribbon |
Is |
Gets or sets whether the ribbon item is visible. This is a dependency property.
Inherited from Ribbon |
Large |
Gets or sets the ribbon button’s large icon (32x32 px). This is a dependency property.
Inherited from Ribbon |
Small |
Gets or sets the ribbon button’s small icon (16x16 px). This is a dependency property.
Inherited from Ribbon |
Style |
Gets or sets style settings applied to a ribbon item. This is a dependency property.
Inherited from Ribbon |
Tool |
Gets or sets the ribbon button’s tooltip. This is a dependency property.
Inherited from Ribbon |
Tool |
Gets or sets the ribbon button’s tooltip description text that is displayed under the Tool |
Tool |
Gets or sets the ribbon button’s tooltip title text. This is a dependency property.
Inherited from Ribbon |
See Also