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.InactiveFontColor Property

The color of the inactive state indicator font.

#Declaration

Delphi
property InactiveFontColor: TColor read; write; default clBtnShadow;

#Property Value

Type Default
TColor clBtnShadow

#Remarks

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

By default, InactiveFontColor is set to clBtnShadow, which normally displays a light color (light gray in the default color scheme). When the indicator is active, its label is drawn using clWindowText, which is darker (black 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 examples of active indicator colors:

(default)

See Also