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.

struct Control
@nogc nothrow
void
forceDrag
(
VariantArg0
)
(
in VariantArg0 data
,)

Meta