[]
Represents a collection of RibbonContextualTabGroup objects.
public class RibbonTabGroupCollection
Public Class RibbonTabGroupCollection
| Name | Description |
|---|---|
| Count | Gets the number of elements contained in the collection |
| this[int] | Gets or sets the RibbonContextualTabGroup at the specified position in the collection. |
| this[string] | Gets the RibbonContextualTabGroup with the specified name. |
| Name | Description |
|---|---|
| Add(RibbonContextualTabGroup) | Adds the specified RibbonContextualTabGroup to the collection. |
| ClearAndDisposeTabGroups() | Removes all tab groups from the collection, then disposes the groups. |
| Remove(RibbonContextualTabGroup) | Removes the first occurrence of the specified RibbonContextualTabGroup from the RibbonTabGroupCollection. |