"textOff"
Defines the text which is shown on the EWO in case it is switched off.
Synopsis
shape.textOff(string text);
Parameter
Parameter | Description |
---|---|
text | Text which is displayed. |
Description
Defines the text which is shown on the EWO in case it is switched off.
Example
In the following example "OFF" is defined as text for the EWO.
main()
{
this.textOff("OFF");
}
Assignment
ToggleSwitch EWO