TdxStatusBarKeyStateAppearance.ActiveCaption Property
The caption displayed when the key is activated (locked).
Declaration
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