StatusDlg.SetAutoSize

StatusDlg.SetAutoSize ( 

boolean AutoSize )

Example 1

StatusDlg.SetAutoSize(true);

Allows the built-in status dialog to automatically resize if needed.

Example 2

StatusDlg.SetAutoSize(false);

Prevents the built-in status dialog from automatically resizing.

See also:  Related Actions