Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

TdxStatusBarKeyStateAppearance.ActiveFontColor Property

The color of an indicator font in active state.

#Declaration

Delphi
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