TdxStatusBarKeyboardStatePanelStyle.NumLockKeyAppearance Property
In This Article
Specifies the appearance of the NUM LOCK key indicator.
#Declaration
Delphi
property NumLockKeyAppearance: TdxStatusBarKeyStateAppearance index 1 read; write;
#Property Value
Type |
---|
Tdx |
#Remarks
The NumLockKeyAppearance property defines the appearance of the NUM LOCK key indicator, which may be displayed on the keyboard state panel of the status bar. When NUM LOCK is activated, the user may use the numeric keys of the keyboard.
This property provides you with the following options:
Option | Meaning |
---|---|
Active |
The text that is displayed when NUM LOCK is on. |
Active |
The font color that is used to display Active |
Inactive |
The text that is displayed when NUM LOCK 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 showing the various styles of the NUM LOCK indicator:
Sample | Meaning |
---|---|
![]() |
NUM LOCK is not pressed (default style). |
![]() |
NUM LOCK is pressed (default style). |
![]() |
NUM LOCK is pressed and Active |
![]() |
NUM LOCK is not pressed and Inactive |
See Also