ControlDoDragDrop Method (DataObject, DragEffects, Image, PointF) |
Starts drag operation using this control as drag source.
Namespace:
Eto.Forms
Assembly:
Eto (in Eto.dll) Version: 2.5.3-dev
Syntax public virtual void DoDragDrop(
DataObject data,
DragEffects allowedEffects,
Image image,
PointF cursorOffset
)
Public Overridable Sub DoDragDrop (
data As DataObject,
allowedEffects As DragEffects,
image As Image,
cursorOffset As PointF
)
abstract DoDragDrop :
data : DataObject *
allowedEffects : DragEffects *
image : Image *
cursorOffset : PointF -> unit
override DoDragDrop :
data : DataObject *
allowedEffects : DragEffects *
image : Image *
cursorOffset : PointF -> unit
Parameters
- data
- Type: Eto.FormsDataObject
Drag data. - allowedEffects
- Type: Eto.FormsDragEffects
Allowed effects. - image
- Type: Eto.DrawingImage
Custom drag image - cursorOffset
- Type: Eto.DrawingPointF
Offset of the cursor to the drag image
See Also