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.

Mouse::StartDraggingImplementation Method (UITestControl^, MouseButtons, ModifierKeys, Point)

 

Starts dragging the mouse while holding down the specified mouse buttons and the specified keys from the specified point relative to the specified control or from an absolute control, if control is null.

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

protected:
virtual void StartDraggingImplementation(
	UITestControl^ control,
	MouseButtons button,
	ModifierKeys modifierKeys,
	Point relativeCoordinate
)

Parameters

control
Type: Microsoft.VisualStudio.TestTools.UITesting::UITestControl^

UITestControl from which to start dragging.

button
Type: System.Windows.Forms::MouseButtons

MouseButtons to be pressed while dragging.

modifierKeys
Type: System.Windows.Input::ModifierKeys

ModifierKeys to be pressed while dragging.

relativeCoordinate
Type: System.Drawing::Point

Coordinates that are relative to the control to start dragging. If control is null, the relativeCoordinate specifies an absolute coordinate.

Return to top
Show: