ezLCD SDK Documentation

EZLCDBase.ForegroundColor Property

 [This is preliminary documentation and subject to change.]

Sets the foreground color of the LCD.

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

Implements

IEZLCDAdvanced.

See Also

EZLCDBase Class | EZLCD.SDK Namespace