[]
Represents a button element in a RibbonBar control.
public class RibbonButton : RibbonIconItem
Public Class RibbonButton
Inherits RibbonIconItem
| Name | Description |
|---|---|
| RibbonButton() | Creates a new instance of RibbonButton. |
| Name | Description |
|---|---|
| KeyTip | Gets or sets the KeyTip providing keyboard access to the Button. |
| OwnerDraw | Gets or sets a value indicating whether the button is owner-drawn. |
| SelectableInListItem | Gets or sets a value indicating whether this item can be selected in a RibbonListItem. |
| ShortcutKeyDisplayString | Gets or sets the shortcut key text associated with the menu item. |
| ShortcutKeys | Gets or sets the shortcut keys associated with the button. |
| Text | Gets or sets the text associated with the RibbonButton. |
| Name | Description |
|---|---|
| DrawItem | Occurs when the button is owner-drawn. |