IRibbonPaletteButtonGroups

Assembly: Forms;

Description

The IRibbonPaletteButtonGroups interface contains properties and methods that are used to work with the collection of groups of graphic buttons used in the combobox.

Inheritance Hierarchy

IRibbonPaletteButtonGroups

Comments

The collection can be obtained in the IRibbonPaletteButton.Groups property.

Properties

  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.

Methods

  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:

Forms Assembly Interfaces