Control |
The ControlApplication type exposes the following members.
| Name | Description | |
|---|---|---|
| CurrentScreen | Gets or sets the current visible screen. | |
| FileMode | Gets the AxiomFileKind that describes the kind of content stored in the file. Useful to determine if this application is a Chart or Application. | |
| Instance | Static property used to get the instance of the ControlApplication class. | |
| Kind |
Kind of control.
(Inherited from ControlBase) | |
| LoadedFile | Gets the AxiomFile for this application or chart. | |
| Name |
Control name that is unique within the owning screen.
Name of control must conform to the regex pattern [a-zA-Z0-9], as only letters and numbers are valid characters.
(Inherited from ControlBase) | |
| Parent |
Parent of the control.
(Inherited from ControlBase) | |
| Screen |
Screen the control resides in.
(Inherited from ControlBase) | |
| Screens | Gets the screens in the application | |
| TemplateId |
Id used to find sibling controls within a template. All siblings will have the same id.
Default value is null.
(Inherited from ControlBase) | |
| TimeDuration | Gets or sets the time duration of the application. | |
| TimeEnd | Gets or sets the stop time of the application. | |
| TimeMode | Gets or sets the time mode of the application which indicates if it is paused or displaying live data. | |
| TimeStart | Gets or sets the start time of the application. | |
| UrlParameters | Url parameters present when application was loaded. These parameters can be used with scripting to allow application actions through url parameters. |