Control |
public enum ControlKind
| Member name | Value | Description |
|---|---|---|
| Application | 0 | Application Control is a top level control that houses screens, charts and other controls in a hierarchy. |
| AssetLabel | 1 | Asset Label |
| AssetTemplate | 2 | Asset Template |
| AssetTemplatePanel | 3 | Asset Template Panel |
| BarChart | 4 | Bar Graph |
| Button | 5 | Button |
| CircularGauge | 6 | Circular Gauge |
| DataEntry | 7 | Manual Data Entry Tool |
| DataTable | 8 | Data Table |
| DateTimePicker | 9 | Date Time Picker |
| DonutGauge | 10 | Donut Gauge |
| Dummy | 11 | Empty Slot Placeholder |
| EventsTable | 12 | Events Table |
| Grid | 13 | Grid |
| GridRow | 14 | Row in a Grid |
| IFrame | 15 | IFrame |
| Image | 16 | Image |
| Label | 17 | Label |
| Line | 18 | Line |
| LinearGauge | 19 | Linear Gauge |
| ListBox | 20 | List Box |
| Panel | 21 | Panel for housing other controls. |
| Paragraph | 22 | Paragraph for displaying larger amounts of text. |
| Screen | 23 | Screen control that is used in an application and houses other controls. |
| SparkChart | 24 | Spark Chart |
| Symbol | 25 | Symbol |
| TextBox | 26 | Text Box |
| Trend | 27 | Trend control that is housed inside of a Trend Graph an is used to analyze data. |
| TrendAsset | 28 | Trend Asset |
| TrendCalculation | 29 | Trend control for a calculation tag. |
| TrendEvent | 30 | Trend control for event analysis. |
| TrendGraph | 31 | Trend Graph control that houses trends. |
| ValueBox | 32 | Value Box simply displays a value from a tag. |
| ScatterPlot | 33 | Graph that display data in a scatter plot. |