TdxCustomStatusBar.PaintStyle Property
Deprecated. This property exists for backward compatibility only. Use the LookAndFeel property and global skin and palette settings instead.
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, application-wide (defined using a TdxSkinController component or the Project Settings dialog) and control look & feel settings have no effect.
See Also