Click or drag to resize

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
C#
public static bool IsWindowEnabled(
	IntPtr handle
)

Parameters

handle
Type: SystemIntPtr
A handle to the window to be tested.

Return Value

Type: Boolean
true if the window is enabled; otherwise, false.
See Also