IRibbonPanels

Assembly: Forms;

Description

The IRibbonPanels interface contains properties and methods that are used to work with the collection of panels located on the ribbon tab.

Inheritance Hierarchy

IRibbonPanels

Properties

  Property name Brief description
The Count property returns the number of panels located on the ribbon tab.
The Item property returns parameters of the specified panel.

Methods

  Method name Brief description
The Add method adds the specified panel to the collection of tab panels.
The Clear method deletes all panels from the collection.
The IndexOf method returns index in the collection for the specified panel.
The Insert method inserts the specified panel in the specified position in the collection.
The Remove method removes the specified panel from the collection.
The RemoveAt method removes a panel from the collection by index.

See also:

Forms Assembly Interfaces