IRibbon.MainCategory

Fore Syntax

MainCategory: IRibbonCategory;

Fore.NET Syntax

MainCategory: Prognoz.Platform.Interop.Forms.RibbonCategory;

Description

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

Comments

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

Example

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

See also:

IRibbon