Assembly: Forms;
Namespace: Prognoz.Platform.Interop.Forms
The RibbonContext class implements the ribbon element - Context tab.
Class to get analog of the RibbonContext class:
None
Class to get analog of the RibbonContext class object:
RibbonContextClass;
| Property name | Brief description | |
| The Categories property returns a collection of child tabs that form the contents of the context tab. | ||
| The Id property returns identifier of the context tab. | ||
| The Text property determines text of the context tab header. | ||
| The Visible property indicates whether the context tab is displayed. |
| 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. |
| 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: