Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

UITestActionExecutor::StopDragging Method (UITechnologyElement^, Point, Boolean)

 

Stop drag operation on the control.

Namespace:   Microsoft.VisualStudio.TestTools.UITesting
Assembly:  Microsoft.VisualStudio.TestTools.UITesting (in Microsoft.VisualStudio.TestTools.UITesting.dll)

public:
virtual void StopDragging(
	UITechnologyElement^ control,
	Point coordinate,
	bool isDisplacement
) abstract

Parameters

control
Type: Microsoft.VisualStudio.TestTools.UITest.Extension::UITechnologyElement^

Control on which dragging is to be stopped.

coordinate
Type: System.Drawing::Point

Co-ordinates either relative/absolute to the control to stop the dragging.

isDisplacement
Type: System::Boolean

if true, coordinate parameter represents no of pixels to stop the dragging. If false, coordinate parameter represents relative coordinate to control

Return to top
Show: