StatusBar.DisabledKeyIndicatorColor Property | |
The Color object that the status bar uses to indicate that a key is disabled. The default is gray.
Namespace:
VO
Assembly:
VOGUIClasses (in VOGUIClasses.dll) Version: 2.19
Syntax VIRTUAL PROPERTY DisabledKeyIndicatorColor AS USUAL GET SET
public virtual Usual DisabledKeyIndicatorColor { get; set; }
Request Example
View SourceProperty Value
Type:
UsualThe Color object that the status bar uses to indicate that a key is disabled. The default is gray.
See Also