TdxCustomStatusBar.PaintStyle Property
Deprecated. This property exists for backward compatibility only.
Tip
Use the LookAndFeel property and global skin and palette settings instead of PaintStyle.
Declaration
property PaintStyle: TdxStatusBarPaintStyle read; write;
Property Value
| Type | Default | Description |
|---|---|---|
| TdxStatusBarPaintStyle | stpsStandard | The active status bar draw style. |
Remarks
Important
Make sure that the PaintStyle property is set to stpsUseLookAndFeel. Otherwise, the application-wide component (defined using a TdxSkinController or the Application Settings dialog) and control look & feel settings have no effect.
See Also