Click or drag to resize

Win32WindowIsEnabled 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 bool IsEnabled()

Return Value

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