Called for each movement of the mouse during a drag-and-drop operation.
Protected Overrides Sub OnMouseDragMove ( _ x As Integer, _ y As Integer _ )
protected override void OnMouseDragMove( int x, int y )
protected: virtual void OnMouseDragMove( int x, int y ) override
abstract OnMouseDragMove : x:int * y:int -> unit override OnMouseDragMove : x:int * y:int -> unit
This method is called at the start of a drag-and-drop operation.
You can pass a point in screen coordinates to the PointToClient method of the Control class to obtain the coordinates of the point relative to the upper-left corner of the control.
Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows XP SP2 x64 Edition, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2