Function Reference


_WinAPI_IsWindowVisible

Retrieves the visibility state of the specified window

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

Parameters

$hWnd Handle of window

Return Value

True: window is visible
False: window is not visible

Remarks

The visibility state of a window is indicated by the $WS_VISIBLE style bit. When $WS_VISIBLE is set, the window
is displayed and subsequent drawing into it is displayed as long as the window has the $WS_VISIBLE style.

See Also

Search IsWindowVisible in MSDN Library.