Class WndProcHooker
Inheritance
System.Object
WndProcHooker
Implements
System.IDisposable
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Syncfusion.Windows.Forms
Assembly: Syncfusion.Shared.Base.dll
Syntax
public sealed class WndProcHooker : IDisposable
Constructors
WndProcHooker(IntPtr, IMessageFilter)
Declaration
public WndProcHooker(IntPtr handle, IMessageFilter client)
Parameters
Type | Name | Description |
---|---|---|
System.IntPtr | handle | |
System.Windows.Forms.IMessageFilter | 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 void Finalize()
Implements
System.IDisposable