Skip to main content

TdxStatusBarKeyStateAppearance.InactiveFontColor Property

The color of the inactive state indicator font.

Declaration

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