Skip to main content

TdxStatusBarPanel.RestoreDefaults Method

Restores the current status bar panel’s default settings.

Declaration

procedure RestoreDefaults; virtual;

Remarks

Use the RestoreDefaults method to restore default values of the current status bar panel’s published properties (e.g. the Visible, Width, Fixed, Bevel, and BiDiMode properties).

After these properties have been changed the panel is repainted. To avoid screen flickering, use the BeginUpdate and EndUpdate methods of the panel collection to which the current status bar panel belongs.

See Also