WindowsUtilitiesIsWindowEnabled Method |
Determines whether the specified window is enabled for mouse and keyboard input.
Namespace:
callback.ShellBoost.Core.Utilities
Assembly:
callback.CBFSShell (in callback.CBFSShell.dll) Version: 22.0.0.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