BOOL IsWindowEnabled(hwnd) | |||||
HWND hwnd; | /* handle of window to test | */ |
The IsWindowEnabled function specifies whether the specified window is enabled for mouse and keyboard input.
hwnd
Identifies the window.
The return value is TRUE if the window is enabled. Otherwise, it is FALSE.
A child window receives input only if it is both enabled and visible.
EnableWindow, IsWindowVisible