Mouse.StartDragging Method (UITestControl, MouseButtons)
Starts dragging the mouse while holding down the specified mouse buttons from the specified control.
Namespace: Microsoft.VisualStudio.TestTools.UITesting
Assembly: Microsoft.VisualStudio.TestTools.UITesting (in Microsoft.VisualStudio.TestTools.UITesting.dll)
Syntax
'Declaration
Public Shared Sub StartDragging ( _
control As UITestControl, _
button As MouseButtons _
)
public static void StartDragging(
UITestControl control,
MouseButtons button
)
public:
static void StartDragging(
UITestControl^ control,
MouseButtons button
)
static member StartDragging :
control:UITestControl *
button:MouseButtons -> unit
public static function StartDragging(
control : UITestControl,
button : MouseButtons
)
Parameters
control
Type: Microsoft.VisualStudio.TestTools.UITesting.UITestControlUITestControl from which to start dragging.
button
Type: MouseButtonsMouseButtons to be pressed while dragging.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.