Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

TdxStatusBarKeyboardStatePanelStyle.FullRect Property

Specifies whether key indicators are displayed in separate panel sections.

#Declaration

Delphi
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