Assembly: Forms;
The IRibbonPaletteButtonGroups interface contains properties and methods that are used to work with the collection of groups of graphic buttons used in the combobox.
IRibbonPaletteButtonGroups
The collection can be obtained in the IRibbonPaletteButton.Groups property.
Property name | Brief description | |
The Count method returns the number of groups of graphic buttons in the collection. | ||
The Item property returns parameters of the specified group of graphic buttons. |
Method name | Brief description | |
The Add method adds the specified group of graphic buttons to the collection. | ||
The Clear method removes all groups of graphic buttons. | ||
The Remove method removes the group of graphic buttons by the group index int he collection. |
See also: