Determines whether the specified window is enabled for mouse and keyboard input
#include <WinAPISys.au3>
_WinAPI_IsWindowEnabled ( $hWnd )
$hWnd | Handle to the window to test. |
True: | the window is enabled. |
False: | the window is not enabled. |
A child window receives input only if it is both enabled and visible.
Search IsWindowEnabled in MSDN Library.