Name | Description | |
---|---|---|
Capacity | (Inherited from System.Collections.CollectionBase) | |
Count | (Inherited from System.Collections.CollectionBase) | |
Item | Overloaded. Gets or sets the RibbonContextualTabGroup at the specified position in the collection. |
The following tables list the members exposed by RibbonTabGroupCollection.
Name | Description | |
---|---|---|
Capacity | (Inherited from System.Collections.CollectionBase) | |
Count | (Inherited from System.Collections.CollectionBase) | |
Item | Overloaded. Gets or sets the RibbonContextualTabGroup at the specified position in the collection. |
Name | Description | |
---|---|---|
Add | Overloaded. Adds the specified RibbonContextualTabGroup to the collection. | |
Clear | (Inherited from System.Collections.CollectionBase) | |
ClearAndDisposeTabGroups | Removes all tab groups from the collection, then disposes the groups. | |
Contains | Overloaded. Determines whether the collection contains a RibbonContextualTabGroup with the given name. | |
IndexOf | Overloaded. Gets the index of the RibbonContextualTabGroup with the given name. | |
Insert | Inserts a RibbonContextualTabGroup to the RibbonTabGroupCollection at the specified index. | |
Remove | Removes the first occurence of the specified RibbonContextualTabGroup from the RibbonTabGroupCollection. | |
RemoveAt | (Inherited from System.Collections.CollectionBase) |
Name | Description | |
---|---|---|
OnClear | (Inherited from System.Collections.CollectionBase) | |
OnClearComplete | Overridden. Performs additional custom processes after clearing the contents of the RibbonTabGroupCollection instance. | |
OnInsert | (Inherited from System.Collections.CollectionBase) | |
OnInsertComplete | Overridden. Performs additional custom processes after inserting a RibbonContextualTabGroup into the RibbonTabGroupCollection instance. | |
OnRemove | (Inherited from System.Collections.CollectionBase) | |
OnRemoveComplete | Overridden. Performs additional custom processes after removing a RibbonContextualTabGroup from the RibbonTabGroupCollection instance. | |
OnSet | (Inherited from System.Collections.CollectionBase) | |
OnSetComplete | Overridden. Performs additional custom processes after setting a RibbonContextualTabGroup in the RibbonTabGroupCollection instance. | |
OnValidate | Overridden. Checks that the value is a RibbonContextualTabGroup. |