Click or drag to resize

StatusBar.KeyIndicatorColor Property

X#
The Color object that the status bar uses to indicate to the user that a key is in the on state.

Namespace:  VO
Assembly:  VOGUIClasses (in VOGUIClasses.dll) Version: 2.19
Syntax
 VIRTUAL PROPERTY KeyIndicatorColor AS USUAL GET SET 
Request Example View Source

Property Value

Type: Usual
The Color object that the status bar uses to indicate to the user that a key is in the on state.
Remarks
The Color object that the status bar uses to indicate to the user that a key is in the on state. For example, the imitation LEDs on the buttons that represent the state of the keyboard, such as NumLock. The default is green.
Tip Tip
If you change StatusBar:KeyIndicatorColor, you must then invoke the StatusBar:Show() method for the change to take effect.
See Also