Click or drag to resize

Win32WindowDisable Method

Disables mouse and keyboard input to this window or control. When input is disabled, the window does not receive input such as mouse clicks and key presses.

Namespace:  callback.ShellBoost.Core.Utilities
Assembly:  callback.CBFSShell (in callback.CBFSShell.dll) Version: 22.0.0.0
Syntax
C#
public bool Disable()

Return Value

Type: Boolean
true if the window was previously disabled; otherwise false.
See Also