TdxCustomStatusBar.PaintStyle Property
Specifies the status bar’s paint style.
Declaration
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