Assembly: Forms;
Namespace: Prognoz.Platform.Interop.Forms;
The IWidget interface contains basic properties of the components that implement a set of system tabs with controls used to set up parameters of some object.
IWidget
This interface is a base interface for the following interfaces:
IChartWidget
IMapWidget
ITableWidget
| Property name | Brief description | |
| Active | The Active property determines whether a component is active. | |
| NavBar | The NavBar property determines the component used for visual displaying of tabs. | |
| Pads | The Pads property returns collection of tabs available for the specified source. |
| 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:
Related work items
Requirement