[]
Represents a ribbon command in the GrapeCity.Spreadsheet.WinForms.Ribbon.RibbonItem.RibbonBar control.
public abstract class RibbonItem
Public MustInherit Class RibbonItem
| Name | Description |
|---|---|
| CommandName | Gets or sets the command name. |
| CommandParameter | Gets or sets the command parameter. |
| Description | Gets or sets the description for this RibbonItem. |
| Enabled | Gets or sets whether this RibbonItem is enabled. |
| Group | Gets the RibbonGroup that this RibbonItem belongs to. |
| Handler | Gets or sets the command handler, which executes when the ribbon command is clicked. |
| Name | Gets or sets the unique name for this RibbonItem. |
| SupportedGroupSizing | Imposes a restriction on sizing the item when it appears on a RibbonGroup. |
| ToolTip | Gets or sets the ToolTip string. |
| Visible | Gets or sets whether this RibbonItem is visible. |