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;

Class object properties inherited from IRibbonCategory

  Property name Brief description
The Keys property determines the hot key that is used for quick access to the tab.
The LargeImages property determines the component that contains large images that will be used by controls of this tab.
The Panels property returns the collection of panels located on the current tab.
The SmallImages property determines the component that contains small images that will be used by controls of this tab.
The Text property determines a category header.

Class object properties 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 the child component, which index is passed by the input parameter.
Data The Data property is used to store any custom data.
Name The Name property determines a component name.
Tag The compiler does not use the Tag property. The 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 the ribbon control element is used.
The OnUpdate event occurs when the ribbon control element is updated.

See also:

Forms Assembly Classes