Interface IKeyboardHook
Defines the interfaces for the keyboard process.
Namespace: Syncfusion.WinForms.Core.Interfaces
Assembly: Syncfusion.Core.WinForms.dll
Syntax
public interface IKeyboardHook
Methods
KeyboardHookProc(Int32, Int32)
The keyboard hook process used to handle the key board operations.
Declaration
bool KeyboardHookProc(int wParam, int lParam)
Parameters
| Type | Name | Description |
|---|---|---|
| System.Int32 | wParam | The window parameter. |
| System.Int32 | lParam | The integer contains the value. |
Returns
| Type | Description |
|---|---|
| System.Boolean | Returns the b0olean value. |