RibbonTabsCollection Class Members
The following tables list the members exposed by RibbonTabsCollection.
Public Properties
Name | Description | |
---|---|---|
Count | Gets the number of elements contained in the collection. | |
IsSynchronized | Gets a value indicating whether access to the collection is synchronized (thread-safe). | |
Item | Indexer to get the RibbonTab with given Key from the RibbonTabCollection. | |
SelectedRibbonTab | The Ribbon Tab to be Selected | |
SyncRoot | Gets an object that can be used to synchronize access to the collection. |
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. |
Public Events
Name | Description | |
---|---|---|
RibbonTabAdded | Occurs after a RibbonTab has been added to the RibbonTabCollection. | |
RibbonTabRemoved | Occurs after a RibbonTab has been removed from the RibbonTabCollection. |
See Also