Determines whether the specified window is minimized (iconic)
#include <WinAPISysWin.au3>
_WinAPI_IsIconic ( $hWnd )
$hWnd | Handle to the window to test. |
True: | the window is iconic. |
False: | the window is not iconic. |
Search IsIconic in MSDN Library.