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

The caption displayed when the key is activated (locked).

#Declaration

Delphi
property ActiveCaption: string read; write;

#Property Value

Type
string

#Remarks

Use the ActiveCaption property to specify the caption displayed on the status panel when the watched key is activated (locked). For example, when the Overwrite mode is on, the “OVR” label is displayed by default.

Please note that the length of the ActiveCaption string is limited to four characters.

Below are two examples of the Insert/Overwrite active state indicators:

Sometimes it may be adequate to have the same active and inactive labels. For example, it may be enough just to change the color of the indicator font for CAPS LOCK, SCROLL LOCK and NUM LOCK keys.

See Also