Skip to main content

TdxStatusBarPanelStyle.RestoreDefaults Method

Restores the current status bar panel style’s default settings.

Declaration

procedure RestoreDefaults; virtual;

Remarks

Use the RestoreDefaults method to restore the default values of the current status bar panel style’s published properties (e.g. the Alignment and ParentFont properties).

After the properties have been changed, the current panel style is repainted. Use the BeginUpdate and EndUpdate methods to avoid flickering.

See Also