TdxStatusBarKeyboardStatePanelStyle.CapsLockKeyAppearance Property
Provides access to Caps Lock key indicator appearance settings.
Declaration
property CapsLockKeyAppearance: TdxStatusBarKeyStateAppearance index dxksCapsLock read; write;
Property Value
| Type | Description |
|---|---|
| TdxStatusBarKeyStateAppearance | Stores key indicator appearance settings. |
Remarks
Use the CapsLockKeyAppearance property to change Caps Lock key indicator labels and colors in active and inactive states.
Available Options
CapsLockKeyAppearance.ActiveCaption |CapsLockKeyAppearance.ActiveFontColor- Specify label text and font color used when Caps Lock is active.
CapsLockKeyAppearance.InactiveCaption |CapsLockKeyAppearance.InactiveFontColor- Specify label text and font color used when Caps Lock is inactive.
Other Key State Appearance Settings
- InsertKeyAppearance
- Provides access to Insert 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