The Indicator is a control to indicate and on or off state. The control is drawn dark gray when off and with a selectable color when on. Both the state and on-color can be updated by commands sent from your Arduino sketch.
Property | Access | Type | Method | Description |
---|---|---|---|---|
IndicatorColor | Read/write | Color | SetIndicatorColor | The color of the indicator when On is true | On | Read/write | bool | SetIndicator | Set the indicator state to on (true) or off (false) |
This control also supports all the common control properties.