ezLCD SDK Documentation

EZLCDBase.ScreenLightOn Property

 [This is preliminary documentation and subject to change.]

Turns the screen light on or off.

[Visual Basic]
Public Property WriteOnly Boolean As  _
    Implements IEZLCDAdvanced.
[C#]
public bool Boolean { set; }
[C++]
public: __property void set_Boolean(bool );
[JScript]
public function set Boolean(bool);

Implements

IEZLCDAdvanced.

See Also

EZLCDBase Class | EZLCD.SDK Namespace