Name | Description | |
---|---|---|
Capacity | (Inherited from System.Collections.CollectionBase) | |
Count | (Inherited from System.Collections.CollectionBase) | |
Item | Overloaded. Gets or sets the RibbonGroup at the specified position in the collection. |
The following tables list the members exposed by RibbonGroupCollection.
Name | Description | |
---|---|---|
Capacity | (Inherited from System.Collections.CollectionBase) | |
Count | (Inherited from System.Collections.CollectionBase) | |
Item | Overloaded. Gets or sets the RibbonGroup at the specified position in the collection. |
Name | Description | |
---|---|---|
Add | Overloaded. Adds a new RibbonGroup with the specified text to the collections. | |
Clear | (Inherited from System.Collections.CollectionBase) | |
ClearAndDisposeGroups | Removes all groups from the collection, then disposes the groups. | |
Contains | Overloaded. Determines whether the collection contains a RibbonGroup with the given name. | |
IndexOf | Overloaded. Gets the index of the RibbonGroup with the given name. | |
Insert | Inserts a RibbonGroup to the RibbonGroupCollection at the specified index. | |
Remove | Removes the first occurrence of a specific RibbonGroup from the RibbonGroupCollection. | |
RemoveAt | (Inherited from System.Collections.CollectionBase) |
Name | Description | |
---|---|---|
OnClear | (Inherited from System.Collections.CollectionBase) | |
OnClearComplete | Overridden. Performs additional custom processes after clearing the contents of the RibbonGroupCollection instance. | |
OnInsert | (Inherited from System.Collections.CollectionBase) | |
OnInsertComplete | Overridden. Performs additional custom processes after inserting a RibbonGroup into the RibbonGroupCollection instance. | |
OnRemove | (Inherited from System.Collections.CollectionBase) | |
OnRemoveComplete | Overridden. Performs additional custom processes after removing a RibbonGroup from the RibbonGroupCollection instance. | |
OnSet | (Inherited from System.Collections.CollectionBase) | |
OnSetComplete | Overridden. Performs additional custom processes after setting a RibbonGroup in the RibbonGroupCollection instance. | |
OnValidate | Overridden. Checks that value is a RibbonGroup. |