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