[]
Represents an item group on a RibbonTab.
public sealed class RibbonGroup
Public NotInheritable Class RibbonGroup
| Name | Description |
|---|---|
| RibbonGroup() | Creates a new instance of RibbonGroup. |
| Name | Description |
|---|---|
| Enabled | Gets or sets whether this item group is enabled. |
| GroupKeyTip | Gets or sets the KeyTip providing keyboard access to a RibbonGroup. |
| GroupToolTip | Gets or sets the tooltip for the collapsed group button. |
| HasLauncherButton | Gets or sets whether this RibbonGroup has a dialog launcher button. |
| IconSet | Gets the icon set used to display item with different sizes. |
| Items | Gets the collection of items in the drop-down portion of this RibbonDropDownBase. |
| LauncherEnabled | Gets or sets whether the dialog launcher button is enabled for this RibbonGroup. |
| LauncherKeyTip | Gets or sets the KeyTip providing keyboard access to a dialog launcher button. |
| LauncherToolTip | Gets or sets the tooltip for the dialog launcher button. |
| Name | Gets or sets the unique name for this RibbonGroup. |
| Text | Gets or sets the text that appears at the bottom of this group. |
| TrimLongCaption | Specifies whether the group caption should be trimmed if it is longer than the contents of the group. |
| Name | Description |
|---|---|
| Add(RibbonItem) | Adds a RibbonItem to the collection. |
| Name | Description |
|---|---|
| DialogLauncherClick | Occurs when the user clicks the dialog launcher button. |