Assembly: Forms;
Namespace: Prognoz.Platform.Interop.Forms
The IRibbonGroup interface contains properties of the group of ribbon control elements.
IRibbonGroup
Controls combined in a group are arranged visually in one horizontal row. They allows to use only small images, the source of which is specified in the Images property. If the Images property is not set, the controls use small images of the tab that contains the group.
The following controls can be grouped:
| Property name | Brief description | |
| The Elements property returns collection of control elements united in the group. | ||
| The Images property determines the component that contains images that should be used by the control elements included in the group. |
| Property name | Brief description | |
| The Category property returns a tab, in the area of which control element is placed. | ||
| The Description property determines description of the control element. | ||
| The Enabled property determines whether the control element is available for user. | ||
| The Height returns height of the control element. | ||
| The Highlighted property indicates whether the current control element is highlighted. | ||
| The Hint property determines text of the tooltip for the control element. | ||
| The Id property returns identifier of the control element. | ||
| The Keys property determines a hot key that is used for quick access to the control element. | ||
| The Left property returns distance from the left border of the parent component to the left border of the current control element. | ||
| The ParentElement property returns parent control element. | ||
| The ParentGroup property returns a group in which this control element is included. | ||
| The ParentPanel property returns a panel on which the control element is placed. | ||
| The Text property determines text that is displayed in the control element area. | ||
| The Top property returns a distance from the top border of the parent component to the top border of the current control element. | ||
| The Visible property indicates whether the control element is visible. | ||
| The Width property returns width of the control element. |
| 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: