
- 168 -
Status
Sets or acquires the backlight status (whether the backlight is lit).
■ Syntax
[VB]
Public Shared Property Status As EN_STATUS
[C#]
public static EN_STATUS Status {get; set;}
■ Property
Backlight status (whether the backlight is lit)
Parameter values
: As listed in EN_STATUS
Default value
: Backlight status at the time of initialization
■ Exceptions
Name of Exception Meaning
ArgumentException The specified parameter value(s) is invalid.
[Ex.] Turn ON the backlight.
[VB] Backlight.Status = Backlight.EN_STATUS.ENABLE_ON
[C#] Backlight.Status = Backlight.EN_STATUS.ENABLE_ON;
Kommentare zu diesen Handbüchern