Funktionreferenz


_WinAPI_IsIconic


Determines whether the specified window is minimized (iconic)

#include <WinAPISysWin.au3>
_WinAPI_IsIconic ( $hWnd )

Parameter

$hWnd Handle to the window to test.

Rückgabewert

True: the window is iconic.
False: the window is not iconic.

Bemerkungen

None.

Siehe auch

Suche nach IsIconic in der MSDN Bibliothek.