RibbonCategory

Assembly: Forms;

Namespace: Prognoz.Platform.Interop.Forms

Description

The RibbonCategory class implements the ribbon element - Tab.

Fore.NET Syntax

Class to get analog of the RibbonCategory class:

None

Class to get analog of the RibbonCategory class object:

RibbonCategoryClass;

Properties of the class object inherited from IRibbonCategory

  Property name Brief description
The Keys property determines the hot key that should be used for quick access to the tab.
The LargeImages property determines component that contains the large images that should be used by the control elements of this tab.
The Panels property returns the collection of panels that are placed on the current tab.
The SmallImages property determines component that contains the small images that should be used by the control elements of this tab.
The Text property determines the category header.

Properties of the class object inherited from IComponent

  Property name Brief description
ComponentCount The ComponentCount property returns the number of child components, located on the parent component.
Components The Components property returns child property, the index of which is passed by the input parameter.
Data The Data property is used to store any custom data.
Name The Name property specifies the component name.
Tag The compiler does not use the Tag property. A user can change the value of the Tag property and use it as he wishes.

Properties inherited from IBaseRibbonElement

   Event name Brief description
The OnChange event occurs when ribbon control element is used.
The OnUpdate event occurs when ribbon control element is updated.

See also:

Forms Assembly Classes