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