Assembly: Forms;
Namespace: Prognoz.Platform.Interop.Forms;
The IRibbonCategory interface contains properties of the ribbon tab.
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. |
| 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. |
See also: