Stop drag operation on the control.
Namespace:  Microsoft.VisualStudio.TestTools.UITesting
Assembly:  Microsoft.VisualStudio.TestTools.UITesting (in Microsoft.VisualStudio.TestTools.UITesting.dll)
Syntax
'Declaration
Public MustOverride Sub StopDragging ( _
    control As UITechnologyElement, _
    coordinate As Point, _
    isDisplacement As Boolean _
)
public abstract void StopDragging(
    UITechnologyElement control,
    Point coordinate,
    bool isDisplacement
)
public:
virtual void StopDragging(
    UITechnologyElement^ control, 
    Point coordinate, 
    bool isDisplacement
) abstract
abstract StopDragging : 
        control:UITechnologyElement * 
        coordinate:Point * 
        isDisplacement:bool -> unit
public abstract function StopDragging(
    control : UITechnologyElement, 
    coordinate : Point, 
    isDisplacement : boolean
)
Parameters
- control 
 Type: Microsoft.VisualStudio.TestTools.UITest.Extension.UITechnologyElement- Control on which dragging is to be stopped. 
- coordinate 
 Type: Point- Co-ordinates either relative/absolute to the control to stop the dragging. 
- isDisplacement 
 Type: Boolean- if true, coordinate parameter represents no of pixels to stop the dragging. If false, coordinate parameter represents relative coordinate to control 
.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.