Skip to main content

TdxStatusBarKeyStateAppearance.ActiveFontColor Property

The color of an indicator font in active state.

Declaration

property ActiveFontColor: TColor read; write; default clWindowText;

Property Value

Type Default
TColor clWindowText

Remarks

The ActiveFontColor property specifies the color of the font used to draw the text of the active status label. In other words, this color is used when the indicator is active.

By default, ActiveFontColor is set to clWindowText, which normally displays in a dark color (black in the default color scheme). When the indicator is inactive, its label is drawn using clBtnShadow, which is normally lighter (light gray in the default color scheme). Thus by default, the indicator appears dark when the watched key is active and light (almost dimmed, but still visible) when the indicator is inactive.

Below are various examples of active indicator colors:

(default)

See Also