Class KeyboardProcHooker
Inheritance
System.Object
KeyboardProcHooker
Implements
System.IDisposable
Namespace: Syncfusion.Windows.Forms
Assembly: Syncfusion.Shared.Base.dll
Syntax
public sealed class KeyboardProcHooker : Object, IDisposable
Constructors
KeyboardProcHooker(IntPtr, IKeyboardProcHookClient)
Declaration
public KeyboardProcHooker(IntPtr handle, IKeyboardProcHookClient client)
Parameters
| Type | Name | Description |
|---|---|---|
| System.IntPtr | handle | |
| IKeyboardProcHookClient | client |
Properties
DisableMessageHook
Declaration
public bool DisableMessageHook { get; set; }
Property Value
| Type |
|---|
| System.Boolean |
HookMessages
Declaration
public bool HookMessages { get; set; }
Property Value
| Type |
|---|
| System.Boolean |
Methods
Dispose()
Declaration
public void Dispose()
Finalize()
Declaration
protected override void Finalize()
Implements
System.IDisposable