Click or drag to resize

StatusBar.KeyIndicatorColor Property (Typed)

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

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

Property Value

Type: Color
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