[Visual Basic]
Public Function DoDragDrop( _
ByVal data As Object, _
ByVal allowedEffects As DragDropEffects _
) As DragDropEffects
[C#]
public DragDropEffects DoDragDrop(
object data,
DragDropEffects allowedEffects
);
Copyright © 2004-2005 Data Dynamics, Ltd. All rights reserved.