StatusDlg.SetAutoSize

StatusDlg.SetAutoSize (

boolean AutoSize )

Description

Sets whether or not the built-in status dialog will automatically resize when its settings change.

Parameters

AutoSize

(boolean) Whether or not the status dialog will automatically resize when its settings change:

VALUE

DESCRIPTION

true

The status dialog will automatically resize.

false

The status dialog will not resize.

Returns

Nothing. You can use Application.GetLastError to determine whether this action failed, and why.

See also: Related Actions