Name | Description | |
---|---|---|
Capacity | (Inherited from System.Collections.CollectionBase) | |
Count | (Inherited from System.Collections.CollectionBase) | |
Item | Overloaded. Gets or sets the RibbonTab at the specified position in the collection. |
The following tables list the members exposed by RibbonTabCollection.
Name | Description | |
---|---|---|
Capacity | (Inherited from System.Collections.CollectionBase) | |
Count | (Inherited from System.Collections.CollectionBase) | |
Item | Overloaded. Gets or sets the RibbonTab at the specified position in the collection. |
Name | Description | |
---|---|---|
Add | Overloaded. Adds the specified RibbonTab to the collection. | |
Clear | (Inherited from System.Collections.CollectionBase) | |
ClearAndDisposeTabs | Removes all tabs from the collection, then disposes the tabs. | |
Contains | Overloaded. Determines whether the collection contains a RibbonTab with the given name. | |
IndexOf | Overloaded. Gets the index of the RibbonTab with the given name. | |
Insert | Inserts a RibbonTab to the RibbonTabCollection at the specified index. | |
Remove | Removes the first occurence of the specified RibbonTab from the RibbonTabCollection. | |
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 RibbonTabCollection instance. | |
OnInsert | (Inherited from System.Collections.CollectionBase) | |
OnInsertComplete | Overridden. Performs additional custom processes after inserting a RibbonTab into the RibbonTabCollection instance. | |
OnRemove | (Inherited from System.Collections.CollectionBase) | |
OnRemoveComplete | Overridden. Performs additional custom processes after removing a RibbonTab from the RibbonTabCollection instance. | |
OnSet | (Inherited from System.Collections.CollectionBase) | |
OnSetComplete | Overridden. Performs additional custom processes after setting a RibbonTab in the RibbonTabCollection instance. | |
OnValidate | Overridden. Checks that the value is a RibbonTab. |