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

TdxCustomStatusBar.PaintStyle Property

Specifies the status bar’s paint style.

#Declaration

Delphi
property PaintStyle: TdxStatusBarPaintStyle read; write; default stpsStandard;

#Property Value

Type Default
TdxStatusBarPaintStyle stpsStandard

#Remarks

Options include:

Value Description Example
stpsStandard Standard paint style is used.
stpsFlat Flat paint style is used.
stpsXP XP theme is used. If the operating system is not Windows XP or the currently applied theme is Windows Classic, stpsStandard is used.
stpsOffice11 Office 11 paint style is used.
stpsUseLookAndFeel Paint style settings are specified by the LookAndFeel property.
See Also