Click or drag to resize

IRibbonGroup Methods

The IRibbonGroup type exposes the following members.

Methods
 NameDescription
Public methodAddItem Adds an item to this group.
Public methodAddSeparator Adds a separator to the group.
Public methodClear Clears this group of all tools.
Public methodDestroy Destroys this group.
Public methodFindButton Finds a button.
Public methodFindCheck Finds a checkbox.
Public methodFindChoice Finds a choice control.
Public methodFindColorChooser Finds a color chooser.
Public methodFindCreateButton Finds or creates a button.
Public methodFindCreateCheck Finds or creates a checkbox control.
Public methodFindCreateChoice(String) Finds or creates a choice control.
Public methodFindCreateChoice(String, Boolean) Finds or creates a choice control.
Public methodFindCreateColorChooser Finds or creates a color chooser.
Public methodFindCreateCustomControl Finds or creates a custom control.
Public methodFindCreateEdit Finds or creates an editable input field.
Public methodFindCreateSub Finds or creates a subitem for a choice control.
Public methodFindCustomControl Finds a custom control.
Public methodFindEdit Finds an editable input field.
Public methodFindSub Finds a subitem.
Public methodGetTools Get all the tools on this group.
Public methodInsertRibbonItem Inserts an item to this group.
Public methodRemoveRibbonItem Removes an item from this group.
Top
See Also