TdxStatusBarKeyboardStatePanelStyle.InsertKeyAppearance Property
In This Article
Specifies the appearance of the Insert key indicator.
#Declaration
Delphi
property InsertKeyAppearance: TdxStatusBarKeyStateAppearance index 3 read; write;
#Property Value
Type |
---|
Tdx |
#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 |
---|---|
Active |
The text that is displayed when Insert mode is on. |
Active |
The font color that is used to display Active |
Inactive |
The text that is displayed when Insert mode is off. |
Inactive |
The font color that is used to display Inactive |
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 Active |
![]() |
Overwrite mode is activated and the Inactive |
See Also