CSControl QML Type
Basic type to all controls. More...
Import Statement: | import CSDataQuick.Components 1.0 |
Inherits: | |
Inherited By: | CSChoiceButton, CSMenu, CSMessageButton, CSSlider, CSSpinBox, CSTextArea, CSTextEntry, CSTextEntryArray, CSToggleButton, and CSWheelSwitch |
Properties
- alarmColor : color
- colorMode : int
- source : string
Detailed Description
CSControl is the base type for all control types. It defines all the attributes that are common across controls.
Property Documentation
This property holds the color based on the severity of the associated CSData.
It is one of the ColorMap.invalid_alarm, ColorMap.minor_alarm, ColorMap.major_alarm and ColorMap.no_alarm.
This property indicates how foreground color changes.
See also ColorMode.