RibbonTabGroupsCollection Class Members
The following tables list the members exposed by RibbonTabGroupsCollection.
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 RibbonTabGroup with given Key from the RibbonTabGroupCollection. | |
SyncRoot | Gets an object that can be used to synchronize access to the collection. |
Public Methods
Name | Description | |
---|---|---|
AddRibbonTabGroup | Create and add to the RibbonTabGroupCollection a new RibbonTabGroup with given Key. | |
Clear | Remove all RibbonTabGroups from the RibbonTabGroupCollection. | |
Contains | Determine if the RibbonTabGroup with the specified Key exists in the RibbonTabGroupCollection. | |
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 RibbonTabGroupCollection. | |
RemoveRibbonTabGroup | Overloaded. Remove the RibbonTabGroup with given Key from the RibbonTabGroupCollection. |
Public Events
Name | Description | |
---|---|---|
RibbonTabGroupAdded | Occurs after a RibbonTabGroup has been added to the RibbonTabGroupCollection. | |
RibbonTabGroupRemoved | Occurs after a RibbonTabGroup has been removed from the RibbonTabGroupCollection. |
See Also