WinForms

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

    Show / Hide Table of Contents

    Class NativeMessageHandler

    Inheritance
    System.Object
    NativeMessageHandler
    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 sealed class NativeMessageHandler

    Constructors

    NativeMessageHandler()

    Declaration
    public NativeMessageHandler()

    Properties

    IsAssigned

    Declaration
    public bool IsAssigned { get; }
    Property Value
    Type Description
    System.Boolean

    MessageFilter

    Declaration
    public INativeMessageFilter MessageFilter { get; set; }
    Property Value
    Type Description
    INativeMessageFilter

    Methods

    Assign(IntPtr)

    Declaration
    public void Assign(IntPtr hWnd)
    Parameters
    Type Name Description
    System.IntPtr hWnd

    Unassign()

    Declaration
    public void Unassign()
    Back to top Generated by DocFX
    Copyright © 2001 - 2023 Syncfusion Inc. All Rights Reserved