Class NativeWindowBase
Inheritance
System.Object
NativeWindowBase
Implements
System.IDisposable
Assembly: Syncfusion.Tools.Windows.dll
public class NativeWindowBase : Object, INativeMessageFilter2, INativeMessageFilter, IDisposable
Constructors
Declaration
public NativeWindowBase()
Methods
Declaration
public void AssignHandle(IntPtr hWnd)
Parameters
| Type |
Name |
Description |
| System.IntPtr |
hWnd |
|
Declaration
Declaration
protected virtual void Dispose(bool bDisposing)
Parameters
| Type |
Name |
Description |
| System.Boolean |
bDisposing |
|
Declaration
protected override void Finalize()
PostProcessMessage(ref Message)
Declaration
public virtual void PostProcessMessage(ref Message m)
Parameters
| Type |
Name |
Description |
| System.Windows.Forms.Message |
m |
|
Declaration
public virtual bool ProcessMessage(ref Message m)
Parameters
| Type |
Name |
Description |
| System.Windows.Forms.Message |
m |
|
Returns
Declaration
public void ReleaseHandle()
Implements
System.IDisposable