win32gui.EnableWindow
int = EnableWindow(hWnd, bEnable )
Enables and disables keyboard and mouse input to a window
Parameters
Return Value
Returns True if window was already disabled when call was made, False otherwise
int = EnableWindow(hWnd, bEnable )
Enables and disables keyboard and mouse input to a window