Class DragHelper
Inheritance
System.Object
DragHelper
Implements
System.IDisposable
Assembly: Syncfusion.Shared.Base.dll
public class DragHelper : Object, IDisposable
Constructors
Declaration
Properties
Declaration
public DragWindow DragWindow { get; }
Property Value
Declaration
public bool IsDragging { get; }
Property Value
Declaration
public DragDropEffects LastDragDropEffect { get; }
Property Value
| Type |
| System.Windows.Forms.DragDropEffects |
Methods
Declaration
Declaration
protected void CheckDragCursor(DragDropEffects e)
Parameters
| Type |
Name |
Description |
| System.Windows.Forms.DragDropEffects |
e |
|
Declaration
Declaration
public void DoDrag(Point p, DragDropEffects e)
Parameters
| Type |
Name |
Description |
| System.Drawing.Point |
p |
|
| System.Windows.Forms.DragDropEffects |
e |
|
Declaration
Declaration
public void StartDrag(Bitmap bmp, Point startPoint, DragDropEffects effects)
Parameters
| Type |
Name |
Description |
| System.Drawing.Bitmap |
bmp |
|
| System.Drawing.Point |
startPoint |
|
| System.Windows.Forms.DragDropEffects |
effects |
|
Declaration
protected void StopDrag()
Implements
System.IDisposable