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.
Stops the drag operation on the specified control.
Namespace: Microsoft.VisualStudio.TestTools.UITesting
Assembly: Microsoft.VisualStudio.TestTools.UITesting (in Microsoft.VisualStudio.TestTools.UITesting.dll)
Syntax
'Declaration
Protected Overridable Sub StopDraggingImplementation ( _
control As UITestControl, _
coordinate As Point, _
isDisplacement As Boolean _
)
protected virtual void StopDraggingImplementation(
UITestControl control,
Point coordinate,
bool isDisplacement
)
protected:
virtual void StopDraggingImplementation(
UITestControl^ control,
Point coordinate,
bool isDisplacement
)
abstract StopDraggingImplementation :
control:UITestControl *
coordinate:Point *
isDisplacement:bool -> unit
override StopDraggingImplementation :
control:UITestControl *
coordinate:Point *
isDisplacement:bool -> unit
protected function StopDraggingImplementation(
control : UITestControl,
coordinate : Point,
isDisplacement : boolean
)
Parameters
- control
Type: Microsoft.VisualStudio.TestTools.UITesting.UITestControl
UITestControl on which dragging is to be stopped.
- coordinate
Type: System.Drawing.Point
Coordinates that are either relative or absolute to the control to stop the dragging.
- isDisplacement
Type: System.Boolean
If true, coordinate represents the number of pixels to stop the dragging. If false, coordinate represents coordinates relative to the 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.