WindowsUtilitiesIsWindowEnabled Method |
Determines whether the specified window is enabled for mouse and keyboard input.
Namespace:
ShellBoost.Core.Utilities
Assembly:
ShellBoost.Core (in ShellBoost.Core.dll) Version: 1.8.3.0
Syntax public static bool IsWindowEnabled(
IntPtr handle
)
Parameters
- handle
- Type: SystemIntPtr
A handle to the window to be tested.
Return Value
Type:
Booleantrue if the window is enabled; otherwise,
false.
See Also