Exemple #1
0
 public DragDropEffects DoDragDrop(object data, DragDropEffects allowedEffects)
 {
     Application.DoDragDrop(data, allowedEffects);
     return(allowedEffects); // TODO: ?
 }
Exemple #2
0
 internal DragDropEffects DoDragDrop(object data, DragDropEffects allowedEffects, DragDropRenderHandler render)
 {
     Application.DoDragDrop(data, allowedEffects, render);
     return(allowedEffects); // TODO: ?
 }
Exemple #3
0
 public DragDropEffects DoDragDrop(object data, DragDropEffects allowedEffects, DragDropRenderHandler render)
 {
     Application.DoDragDrop(data, allowedEffects, render);
     return(DragDropEffects.None); // TODO: ?
 }