Click or drag to resize

IRibbonSub Methods

The IRibbonSub type exposes the following members.

Methods
  NameDescription
Public methodAddItem
Add an IRibbonItem to this container.
(Inherited from IRibbonContainer.)
Public methodAddItems
Add multiple IRibbonItems to this container.
(Inherited from IRibbonContainer.)
Public methodAddSeparator
Adds a separator to this subitem.
Public methodClear
Clear all tools from this container.
(Inherited from IRibbonContainer.)
Public methodExecuteCommand
Executes the current Command when called.
(Inherited from IRibbonItem.)
Public methodFindButton
Finds a button on this subitem by its caption.
Public methodFindCheck
Finds a checkbox on this subitem by its caption.
Public methodFindCreateButton
Finds or creates a button in this subitem.
Public methodFindCreateCheck
Finds or creates a check box in this subitem.
Public methodGetItem
Get an IRibbonItem from this container.
(Inherited from IRibbonContainer.)
Public methodGetTools
Get all the tools in this container.
(Inherited from IRibbonContainer.)
Public methodInsertItem
Insert an IRibbonItem into this container at a given index.
(Inherited from IRibbonContainer.)
Top
See Also