TdxStatusBarKeyboardStatePanelStyle.InsertKeyAppearance Property
Provides access to Insert key indicator appearance settings.
Declaration
property InsertKeyAppearance: TdxStatusBarKeyStateAppearance index dxksInsert read; write;
Property Value
| Type | Description |
|---|---|
| TdxStatusBarKeyStateAppearance | Stores key indicator appearance settings. |
Remarks
Use the InsertKeyAppearance property to change Insert key indicator labels and colors in active and inactive states.
Available Options
InsertKeyAppearance.ActiveCaption |InsertAppearance.ActiveFontColor- Specify label text and font color used when Insert is active.
InsertAppearance.InactiveCaption |InsertAppearance.InactiveFontColor- Specify label text and font color used when Insert is inactive.
Other Key State Appearance Settings
- CapsLockKeyAppearance
- Provides access to Caps Lock key indicator appearance settings.
- NumLockKeyAppearance
- Provides access to Num Lock key indicator appearance settings.
- ScrollLockKeyAppearance
- Provides access to Scroll Lock key indicator appearance settings.
See Also