Interface IMouseHookHLProcClient
Namespace: Syncfusion.Windows.Forms
Assembly: Syncfusion.Shared.Base.dll
Syntax
public interface IMouseHookHLProcClient
Methods
MouseHookProc(Int32, Point, IntPtr, Int32, Int32)
Declaration
bool MouseHookProc(int msg, Point point, IntPtr hwnd, int wHitTestCode, int dwExtraInfo)
Parameters
| Type | Name | Description |
|---|---|---|
| System.Int32 | msg | |
| System.Drawing.Point | point | |
| System.IntPtr | hwnd | |
| System.Int32 | wHitTestCode | |
| System.Int32 | dwExtraInfo |
Returns
| Type |
|---|
| System.Boolean |