StatusBar.KeyIndicatorColor Property (Typed) | |
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
public virtual Color KeyIndicatorColor { get; set; }
Request Example
View SourceProperty Value
Type:
ColorThe 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 |
---|
If you change StatusBar:KeyIndicatorColor, you must then invoke the StatusBar:Show() method for the change to take effect. |
See Also