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

The caption displayed when the key is inactivated (unlocked).

#Declaration

Delphi
property InactiveCaption: string read; write;

#Property Value

Type
string

#Remarks

Use the InactiveCaption property to specify the caption displayed on the status panel when the watched key is inactivated (unlocked). For example, when the Overwrite mode is off, the “INS” 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 inactive state indicators:

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

See Also