Class MouseProcHookerUtil
Inheritance
System.Object
MouseProcHookerUtil
Implements
System.IDisposable
Namespace: Syncfusion.Windows.Forms
Assembly: Syncfusion.Shared.Base.dll
Syntax
public class MouseProcHookerUtil : Object, IDisposable
Constructors
MouseProcHookerUtil(IntPtr, IMouseHookHLProcClient)
Declaration
public MouseProcHookerUtil(IntPtr handle, IMouseHookHLProcClient clientHL)
Parameters
| Type | Name | Description |
|---|---|---|
| System.IntPtr | handle | |
| IMouseHookHLProcClient | clientHL |
MouseProcHookerUtil(IntPtr, IMouseHookProcClient)
Declaration
public MouseProcHookerUtil(IntPtr handle, IMouseHookProcClient client)
Parameters
| Type | Name | Description |
|---|---|---|
| System.IntPtr | handle | |
| IMouseHookProcClient | 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