IRibbonElementsCollection

Assembly: Forms;

Namespace: Prognoz.Platform.Interop.Forms

Description

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

Inheritance hierarchy

          IBaseRibbonElements

          IRibbonElementsCollection

Comments

Use the following properties to receive the collections of elements:

Properties inherited from IBaseRibbonElements

  Property name Brief description
The Count property returns the number of control elements in the collection.
The Item property returns parameters of the specified control element.

Methods

  Method name Brief description
The Add method adds the specified control element to the collection.
The Clear method clears collection of control elements.
The IndexOf method returns index in the collection for the specified control element.
The Insert method inserts the specified control element in the specified position in the collection.
The Remove method removes the specified control element from the collection.
The RemoveAt method removes the control element from the collection by index.

See also:

Forms Assembly Interfaces