Window.Minimize

Window.Minimize ( 

number WndHandle )

Example 1

Window.Minimize(app_handle);

Minimizes the window of a program whose window handle is stored in the variable "app_handle."

See also:  Related Actions