Assembly: Forms;
The RibbonCategory class implements the ribbon element - Tab.
Property name | Brief description | |
Keys | The Keys property determines a hot key that is used for quick access to a ribbon tab. | |
LargeImages | The LargeImages property determines the component that contains large images that will be used by controls of this ribbon tab. | |
Panels | The Panels property returns the collection of panels located on the current ribbon tab. | |
SmallImages | The SmallImages property determines the component that contains small images that will be used by controls of this ribbon tab. | |
Text | The Text property determines a ribbon tab header. | |
Visible | The Visible property determines whether the tab is displayed on the ribbon. |
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. |
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: