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