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
Count The Count property returns the number of panels located on the ribbon tab.
Item The Item property returns parameters of the specified panel.

Methods

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

See also:

Forms Assembly Interfaces