Function Control.forceDrag
Forces drag and bypasses getDragData
and setDragPreview
by passing data
and preview
. Drag will start even if the mouse is neither over nor pressed on this control.
The methods canDropData
and dropData
must be implemented on controls that want to receive drop data.