IRibbon.MainCategory

Syntax

MainCategory: IRibbonCategory;

Description

The MainCategory property returns parameters of the main menu of the ribbon.

Comments

The following properties are used to set up main menu of the ribbon: MainCategory and MainButton. The MainCategory property enables the user to set up basic properties using tab properties, for example, specify the collection of images to be used by menu items, or set hot keys to open the menu. The MainButton property enables the user to set up menu contents.

Example

The example of use is given in description of the IRibbonMainButton.Buttons property.

See also:

IRibbon