TdxStatusBarKeyboardStatePanelStyle.InsertKeyAppearance Property
Specifies the appearance of the Insert key indicator.
Declaration
property InsertKeyAppearance: TdxStatusBarKeyStateAppearance index 3 read; write;
Property Value
Type |
---|
TdxStatusBarKeyStateAppearance |
Remarks
The InsertKeyAppearance property defines the appearance of the Insert key indicator, which may be displayed on the keyboard state panel of the status bar. This indicator has two states:
INS - the character typed by the user is inserted at the current caret position
OVR - the character typed by the user is placed over the character at the current caret position
This property provides you with the following options:
Option | Meaning |
---|---|
ActiveCaption | The text that is displayed when Insert mode is on. |
ActiveFontColor | The font color that is used to display ActiveCaption when Insert mode is on. |
InactiveCaption | The text that is displayed when Insert mode is off. |
InactiveFontColor | The font color that is used to display InactiveFontColor when Insert mode is off. |
Please refer to the TdxStatusBarKeyStateAppearance class reference for more detailed information about the available options.
Below are status bar samples with various styles of the Insert mode indicator:
Sample | Meaning |
---|---|
Insert mode is activated (default style). | |
Overwrite mode is activated (default style). | |
Insert mode is activated and the ActiveFontColor property changed to red. | |
Overwrite mode is activated and the InactiveFontColor property changed to red. |
See Also