RibbonContextualTabGroupsCollection Class Members
The following tables list the members exposed by RibbonContextualTabGroupsCollection.
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 RibbonContextualTabGroup with given Key from the RibbonContextualTabGroupsCollection. |
![]() | SyncRoot | Gets an object that can be used to synchronize access to the collection. |
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. |
Public Events
Name | Description | |
---|---|---|
![]() | RibbonContextualTabGroupAdded | Occurs after a RibbonContextualTabGroup has been added to the RibbonContextualTabGroupsCollection. |
![]() | RibbonContextualTabGroupRemoved | Occurs after a RibbonContextualTabGroup has been removed from the RibbonContextualTabGroupsCollection. |
See Also