IRibbon |
public interface IRibbonGroup
The IRibbonGroup type exposes the following members.
| Name | Description | |
|---|---|---|
| Caption | The caption displayed under the group. | |
| IsVisible | Gets/sets the visibility of this group | |
| Name | The name of the group. |
| Name | Description | |
|---|---|---|
| AddItem | Adds an item to this group. | |
| AddSeparator | Adds a separator to the group. | |
| Clear | Clears this group of all tools. | |
| Destroy | Destroys this group. | |
| FindButton | Finds a button. | |
| FindCheck | Finds a checkbox. | |
| FindChoice | Finds a choice control. | |
| FindColorChooser | Finds a color chooser. | |
| FindCreateButton | Finds or creates a button. | |
| FindCreateCheck | Finds or creates a checkbox control. | |
| FindCreateChoice(String) | Finds or creates a choice control. | |
| FindCreateChoice(String, Boolean) | Finds or creates a choice control. | |
| FindCreateColorChooser | Finds or creates a color chooser. | |
| FindCreateCustomControl | Finds or creates a custom control. | |
| FindCreateEdit | Finds or creates an editable input field. | |
| FindCreateSub | Finds or creates a subitem for a choice control. | |
| FindCustomControl | Finds a custom control. | |
| FindEdit | Finds an editable input field. | |
| FindSub | Finds a subitem. | |
| GetTools | Get all the tools on this group. | |
| InsertRibbonItem | Inserts an item to this group. | |
| RemoveRibbonItem | Removes an item from this group. |