IRibbonCategory

Assembly: Forms;

Namespace: Prognoz.Platform.Interop.Forms

Description

The IRibbonCategory interface contains properties of the ribbon tab.

Inheritance hierarchy

          IComponent

          IRibbonCategory

Properties

  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 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.

See also:

Forms Assembly Interfaces