RibbonContextualTabGroupsCollection Class Methods
For a list of all members of this type, see RibbonContextualTabGroupsCollection members.
Public Methods
Name | Description | |
---|---|---|
AddRibbonContextualTabGroup | Overloaded. Create and add to the RibbonContextualTabGroupsCollection a new RibbonContextualTabGroup with given Key. | |
Clear | Remove all RibbonContextualTabGroups from the RibbonContextualTabGroupsCollection. | |
Contains | Determine if the RibbonContextualTabGroup with the specified Key exists in the RibbonContextualTabGroupsCollection. | |
CopyTo | Copies the elements of the collection to an Array, starting at a particular Array index. | |
GetEnumerator | Returns an enumerator that can iterate through the RibbonContextualTabGroupCollection. | |
RemoveRibbonContextualTabGroup | Overloaded. Remove the RibbonContextualTabGroup with given Key from the RibbonContextualTabGroupsCollection. |
See Also