An NDoc Documented Class Library

IMouse.DragAndDrop Method

Overload List

 

[Visual Basic] Sub DragAndDrop(ByVal IUIItem,ByVal Point,ByVal IUIItem,ByVal Point)
[C#] void DragAndDrop(IUIItem,Point,IUIItem,Point);
[C++] void DragAndDrop(IUIItem*,Point,IUIItem*,Point);
[JScript] function DragAndDrop(IUIItem,Point,IUIItem,Point);

 

[Visual Basic] Sub DragAndDrop(ByVal IUIItem,ByVal IUIItem)
[C#] void DragAndDrop(IUIItem,IUIItem);
[C++] void DragAndDrop(IUIItem*,IUIItem*);
[JScript] function DragAndDrop(IUIItem,IUIItem);

See Also

IMouse Interface | White.Core.InputDevices Namespace