Write/Read |
Description |
This command controls the on/off state of the preference, "On Power-on show Keys toolbar". |
VB Syntax |
pref.ShowKeysToolbarAtPowerOn = value |
Variable |
(Type) - Description |
pref |
A Preferences (object) |
value |
(Boolean) - Choose from: True - Display the keys toolbar on power-on. False - Do not display the keys toolbar on power-on. |
Return Type |
Boolean |
Default |
False |
Examples |
pref.ShowKeysToolbarAtPowerOn = True 'Write |
value = pref.ShowKeysToolbarAtPowerOn 'Read |
|
C++ Syntax |
HRESULT get_ShowKeysToolbarAtPowerOn (VARIANT_BOOL* preference); HRESULT put_ShowKeysToolbarAtPowerOn (VARIANT_BOOL val); |
Interface |
IPreferences16 |