IRibbonCategories

Assembly: Forms;

Description

The IRibbonCategories interface contains properties and methods that are used to work with the collection of ribbon tabs.

Inheritance Hierarchy

IRibbonCategories

Properties

  Property name Brief description
Count

The Count property returns the number of ribbon tabs.
Item

The Item property returns parameters of the specified tab.

Methods

  Method name Brief description
Add

The Add method adds the specified tab to the collection of ribbon tabs.
Clear

The Clear method removes all ribbon tabs.
IndexOf

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

The Insert method inserts the specified tab in the specified position in the collection.
Remove

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

The RemoveAt method removes the specified tab from the collection by index.

See also:

Forms Assembly Interfaces