WinForms

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

    Show / Hide Table of Contents

    Class DragMessageFilter

    Contains the details of the mouse and painting messages for internal use.

    Inheritance
    System.Object
    DragMessageFilter
    Implements
    System.Windows.Forms.IMessageFilter
    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 DragMessageFilter : IMessageFilter

    Constructors

    DragMessageFilter()

    Declaration
    public DragMessageFilter()

    Methods

    PreFilterMessage(ref Message)

    Returns the true if the messages are either painting or mouse. Otherwise it will return false.

    Declaration
    public bool PreFilterMessage(ref Message m)
    Parameters
    Type Name Description
    System.Windows.Forms.Message m
    Returns
    Type Description
    System.Boolean

    Implements

    System.Windows.Forms.IMessageFilter
    Back to top Generated by DocFX
    Copyright © 2001 - 2023 Syncfusion Inc. All Rights Reserved