| Visual Basic (Declaration) | |
|---|---|
Public Function DoDragDrop( _ ByVal data As Object, _ ByVal allowedEffects As DragDropEffects _ ) As DragDropEffects | |
| Visual Basic (Usage) | Copy Code |
|---|---|
| |
| C# | |
|---|---|
public DragDropEffects DoDragDrop( object data, DragDropEffects allowedEffects ) | |
Parameters
- data
- allowedEffects