TdxCustomStatusBar.PaintStyle Property
In This Article
Specifies the status bar’s paint style.
#Declaration
Delphi
property PaintStyle: TdxStatusBarPaintStyle read; write; default stpsStandard;
#Property Value
Type | Default |
---|---|
Tdx |
stps |
#Remarks
Options include:
Value | Description | Example |
---|---|---|
stps |
Standard paint style is used. | ![]() |
stps |
Flat paint style is used. | ![]() |
stps |
XP theme is used. If the operating system is not Windows XP or the currently applied theme is Windows Classic, stps |
![]() |
stps |
Office 11 paint style is used. | ![]() |
stps |
Paint style settings are specified by the Look |
See Also