TdxStatusBarKeyboardStatePanelStyle.FullRect Property
Specifies whether key indicators are displayed in separate panel sections.
Declaration
property FullRect: Boolean read; write; default False;
Property Value
Type | Default |
---|---|
Boolean | False |
Remarks
If the FullRect property is set to False, key indicators are displayed within separate panel sections. If you don’t want indicators to be separated in this manner, set the property to True.
The image below shows the same keyboard state panel when the FullRect property is set to False and True respectively.
Note that the FullRect property is not in effect when using XP themes to paint the status bar. In this instance key indicators cannot be separated from each other. Please refer to the PaintStyle property of the status bar control for details on how to change the paint style.
The default value of the FullRect property is False.
See Also