The WindowEx.IsWindowMinimized function determines whether the specified window is minimized (iconic).

boolean WindowEx.IsWindowMinimized(

number hWnd --handle of window
);

Parameters

hWnd

Identifies the window.

Return Values

If the window is minimized, the return value is TRUE.
If the window is not minimized, the return value is FALSE.