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