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.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 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 |
---|
System.Boolean |
Implements
System.Windows.Forms.IMessageFilter