Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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.UITestControl- UITestControl from which to start dragging. 
- button 
 Type: MouseButtons- MouseButtons 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.