Completes drag-drop operation of instance of the IDraggable over the specified target.
Namespace: Telerik.WinControlsAssembly: Telerik.WinControls (in Telerik.WinControls.dll) Version: 2013.1.321.40 (2013.1.321.40)
Syntax
| C# |
|---|
void DragDrop(
Point dropLocation,
ISupportDrag dragObject
) |
| Visual Basic |
|---|
Sub DragDrop ( _
dropLocation As Point, _
dragObject As ISupportDrag _
) |
Parameters
- dropLocation
- Type: System.Drawing..::..Point
An instance of Point which represents a drop location.
- dragObject
- Type: Telerik.WinControls..::..ISupportDrag
An instance of the IDraggable which is dragged over the target.
See Also