Mouse.StopDraggingImplementation(UITestControl, Point, Boolean) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
protected:
virtual void StopDraggingImplementation(Microsoft::VisualStudio::TestTools::UITesting::UITestControl ^ control, System::Drawing::Point coordinate, bool isDisplacement);
protected virtual void StopDraggingImplementation (Microsoft.VisualStudio.TestTools.UITesting.UITestControl control, System.Drawing.Point coordinate, bool isDisplacement);
abstract member StopDraggingImplementation : Microsoft.VisualStudio.TestTools.UITesting.UITestControl * System.Drawing.Point * bool -> unit
override this.StopDraggingImplementation : Microsoft.VisualStudio.TestTools.UITesting.UITestControl * System.Drawing.Point * bool -> unit
Protected Overridable Sub StopDraggingImplementation (control As UITestControl, coordinate As Point, isDisplacement As Boolean)
Parameters
- control
- UITestControl
- coordinate
- Point
- isDisplacement
- Boolean