Back to Devexpress

TdxStatusBarKeyStateAppearance.ActiveFontColor Property

vcl-dxstatusbar-dot-tdxstatusbarkeystateappearance.md

latest1.6 KB
Original Source

TdxStatusBarKeyStateAppearance.ActiveFontColor Property

The color of an indicator font in active state.

Declaration

delphi
property ActiveFontColor: TColor read; write; default clWindowText;

Property Value

TypeDefault
TColorclWindowText

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

TdxStatusBarKeyStateAppearance Class

TdxStatusBarKeyStateAppearance Members

dxStatusBar Unit