RibbonTabsCollection Class Methods
For a list of all members of this type, see RibbonTabsCollection members.
Public Methods
Name | Description | |
---|---|---|
![]() | AddRibbonTab | Overloaded. Create and add to the RibbonTabCollection a new RibbonTab with given Key. |
![]() | Clear | Remove all RibbonTabs from the RibbonTabCollection. |
![]() | Contains | Determine if the RibbonTab with the specified Key exists in the RibbonTabCollection. |
![]() | 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 RibbonTabCollection. |
![]() | MoveRibbonTab | Move the RibbonTab with given key to the given position (index) in the RibbonTabCollection. |
![]() | RemoveRibbonTab | Overloaded. Remove the RibbonTab with given Key from the RibbonTabCollection. |
See Also