TdxStatusBarKeyboardStatePanelStyle.ScrollLockKeyAppearance Property
Provides access to Scroll Lock key indicator appearance settings.
Declaration
property ScrollLockKeyAppearance: TdxStatusBarKeyStateAppearance index dxksScrollLock read; write;
Property Value
| Type | Description |
|---|---|
| TdxStatusBarKeyStateAppearance | Stores key indicator appearance settings. |
Remarks
Use the ScrollLockKeyAppearance property to change Scroll Lock key indicator labels and colors in active and inactive states.
Available Options
ScrollLockKeyAppearance.ActiveCaption |ScrollLockKeyAppearance.ActiveFontColor- Specify label text and font color used when Scroll Lock is active.
ScrollLockKeyAppearance.InactiveCaption |ScrollLockKeyAppearance.InactiveFontColor- Specify label text and font color used when Scroll 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.
- NumLockKeyAppearance
- Provides access to Num Lock key indicator appearance settings.
See Also