[]
Represents a collection of RibbonGroup objects in a RibbonTab.
public sealed class RibbonGroupCollection
Public NotInheritable Class RibbonGroupCollection
Name | Description |
---|---|
Count | Gets the number of elements contained in the RibbonGroupCollection. |
this[int] | Gets or sets the RibbonGroup at the specified position in the collection. |
this[string] | Gets or sets the RibbonGroup at the specified position in the collection. |
Name | Description |
---|---|
Add(RibbonGroup) | Adds a RibbonGroup to the RibbonGroupCollection. |
ClearAndDisposeGroups() | Removes all groups from the collection, then disposes the groups. |
Insert(int, RibbonGroup) | Inserts a RibbonGroup to the RibbonGroupCollection at the specified index. |
Remove(RibbonGroup) | Removes the first occurrence of a specific RibbonGroup from the RibbonGroupCollection. |