
BTPower
Sets or acquires the display status (enabled/disabled) of the Bluetooth power status icon.
■ Syntax
[VB]
Public Shared Property BTPower As EN_STATUS
[C#]
public static EN_STATUS BTPower {get; set;}
■ Property
Display enabled/disabled
Parameter values
: As listed in EN_STATUS
Default value
: EN_STATUS.DISABLE
■ Exceptions
Name of Exception Meaning
ArgumentException The specified parameter value(s) is invalid.
[Ex.] Enable display of the Bluetooth power status icon.
[VB] Icon.Settings.BTPower = Icon.Settings.EN_STATUS.ENABLE
[C#] Icon.Settings.BTPower = Icon.Settings.EN_STATUS.ENABLE;
327
Comentários a estes Manuais