StatusBar.KeyIndicatorColor Property | |
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
public virtual Usual KeyIndicatorColor { get; set; }
Request Example
View SourceProperty Value
Type:
UsualThe 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