Function Reference


_WinAPI_IsWindowEnabled

Determines whether the specified window is enabled for mouse and keyboard input

#include <WinAPISys.au3>
_WinAPI_IsWindowEnabled ( $hWnd )

Parameters

$hWnd Handle to the window to test.

Return Value

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

Remarks

A child window receives input only if it is both enabled and visible.

See Also

Search IsWindowEnabled in MSDN Library.