'Declaration Public Function DoDragDrop( _ ByVal data As Object, _ ByVal allowedEffects As DragDropEffects _ ) As DragDropEffects
public DragDropEffects DoDragDrop( object data, DragDropEffects allowedEffects )
Parameters
- data
- The data to drag.
- allowedEffects
- One of the System.Windows.Forms.DragDropEffects values.
Return Value
A value from the System.Windows.Forms.DragDropEffects enumeration that represents the final effect that was performed during the drag-and-drop operation.