[]
Represents a collection of RibbonContextualTabGroups.
[ListBindable(false)]
public class RibbonTabGroupCollection : CollectionBase, IList, ICollection, IEnumerable
Name | Description |
---|---|
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. |
Add(string) | Adds a new tab group with the specified text to the collection. |
ClearAndDisposeTabGroups() | Removes all tab groups from the collection, then disposes the groups. |
Contains(RibbonContextualTabGroup) | Determines whether the RibbonTabGroupCollection contains a specific RibbonContextualTabGroup. |
Contains(string) | Determines whether the collection contains a RibbonContextualTabGroup with the given name. |
IndexOf(RibbonContextualTabGroup) | Determines the index of a specified RibbonContextualTabGroup in the RibbonTabGroupCollection. |
IndexOf(string) | Gets the index of the RibbonContextualTabGroup with the given name. |
Insert(int, RibbonContextualTabGroup) | Inserts a RibbonContextualTabGroup to the RibbonTabGroupCollection at the specified index. |
OnClearComplete() | Performs additional custom processes after clearing the contents of the RibbonTabGroupCollection instance. |
OnInsertComplete(int, object) | Performs additional custom processes after inserting a RibbonContextualTabGroup into the RibbonTabGroupCollection instance. |
OnRemoveComplete(int, object) | Performs additional custom processes after removing a RibbonContextualTabGroup from the RibbonTabGroupCollection instance. |
OnSetComplete(int, object, object) | Performs additional custom processes after setting a RibbonContextualTabGroup in the RibbonTabGroupCollection instance. |
OnValidate(object) | Checks that the value is a RibbonContextualTabGroup. |
Remove(RibbonContextualTabGroup) | Removes the first occurence of the specified RibbonContextualTabGroup from the RibbonTabGroupCollection. |