Iconizes a window.
WinIconize (partial-winname)
(s) partial-winname either an initial portion of, or an entire window name. The most-recently used window whose title matches the name will be iconized.
(i) @TRUE if a window was found to iconize.; @FALSE if no windows were found.
Use this function to turn a window into an icon at the bottom of the screen.
A partial-window name of "" (null string) iconizes the current WIL Interpreter window.
This function works only with top-level (parent) application windows.
Run("notepad.exe", "") WinIconize("~Not") ; partial window name used here
RunIcon, WinClose, WinHide, WinPlace, WinShow, WinZoom, Partial Window Names, IntControl 46