Application.Minimize

Application.Minimize (

)

Description

Minimizes the application's window to the task bar.

Note: This action is the same as pressing the minimize button on the title bar.

Parameters

None.

Returns

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

See also: Related Actions