WinForms

Code Examples Upgrade Guide User Guide Demos Support Forums Download
  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class NativeWindowBase

    Show / Hide Table of Contents

    Class NativeWindowBase

    Inheritance
    System.Object
    NativeWindowBase
    Implements
    INativeMessageFilter2
    INativeMessageFilter
    System.IDisposable
    Inherited Members
    System.Object.ToString()
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    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 Description
    System.Boolean

    ReleaseHandle()

    Declaration
    public void ReleaseHandle()

    Implements

    INativeMessageFilter2
    INativeMessageFilter
    System.IDisposable
    Back to top Generated by DocFX
    Copyright © 2001 - 2023 Syncfusion Inc. All Rights Reserved