TdxStatusBarKeyStateAppearance.InactiveCaption Property
The caption displayed when the key is inactivated (unlocked).
Declaration
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