IRibbonPaletteButtonGroups

Assembly: Forms;

Namespace: Prognoz.Platform.Interop.Forms

Description

The IRibbonPaletteButtonGroups interface contains properties and methods used to work with collection of groups of graphic buttons used in the combo box.

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