Table of Contents

Method DoDragDrop

Namespace
Alternet.UI
Assembly
Alternet.UI.Common.dll

DoDragDrop(object, DragDropEffects)

Begins a drag-and-drop operation.

DragDropEffects DoDragDrop(object data, DragDropEffects allowedEffects)

Parameters

data object

The data to drag.

allowedEffects DragDropEffects

One of the DragDropEffects values.

Returns

DragDropEffects

A value from the DragDropEffects enumeration that represents the final effect that was performed during the drag-and-drop operation.

Remarks

Begins a drag operation. The allowedEffects determine which drag operations can occur.