IRibbon |
The IRibbonSub type exposes the following members.
| Name | Description | |
|---|---|---|
| AddItem |
Add an IRibbonItem to this container.
(Inherited from IRibbonContainer) | |
| AddItems |
Add multiple IRibbonItems to this container.
(Inherited from IRibbonContainer) | |
| AddSeparator | Adds a separator to this subitem. | |
| Clear |
Clear all tools from this container.
(Inherited from IRibbonContainer) | |
| ExecuteCommand |
Executes the current Command when called.
(Inherited from IRibbonItem) | |
| FindButton | Finds a button on this subitem by its caption. | |
| FindCheck | Finds a checkbox on this subitem by its caption. | |
| FindCreateButton | Finds or creates a button in this subitem. | |
| FindCreateCheck | Finds or creates a check box in this subitem. | |
| GetItem |
Get an IRibbonItem from this container.
(Inherited from IRibbonContainer) | |
| GetTools |
Get all the tools in this container.
(Inherited from IRibbonContainer) | |
| InsertItem |
Insert an IRibbonItem into this container at a given index.
(Inherited from IRibbonContainer) |