MainCategory: IRibbonCategory;
MainCategory: Prognoz.Platform.Interop.Forms.RibbonCategory;
The MainCategory property returns parameters of the main menu of the ribbon.
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.
The example of use is given in description of the IRibbonMainButton.Buttons property.
See also: