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