IRibbonElementsCollection

Assembly: Forms;

Description

The IRibbonElementsCollection interface contains properties and methods that are used to work with the collections of controls of the different ribbon areas.

Inheritance Hierarchy

          IBaseRibbonElements

          IRibbonElementsCollection

Comments

Use the following properties to receive the collections of controls:

Properties inherited from IBaseRibbonElements

  Property name Brief description
Count

The Count property returns the number of controls in the collection.
Item

The Item property returns parameters of the specified control.

Methods

  Method name Brief description
Add

The Add method adds the specified control to the collection.
Clear

The Clear method clears the collection of controls.
IndexOf

The IndexOf method returns index in the collection for the specified control.
Insert

The Insert method inserts the specified control to the specified position in the collection.
Remove

The Remove method removes the specified control from the collection.
RemoveAt

The RemoveAt method removes the control from the collection by index.

See also:

Forms Assembly Interfaces