HtmlControlDragTo Method

Progress Software Corporation - Testing Framework 2018.1 Automation Infrastructure
Overload List

  NameDescription
Public methodDragTo(Point)
Drag this HtmlControl to an absolute screen coordinate point.
Public methodDragTo(HtmlControl)
Drag this HtmlControl to the center on the destination HtmlControl.
Public methodDragTo(Int32, Int32)
Drag this HtmlControl to a relative X/Y offset.
Public methodDragTo(HtmlControl, OffsetReference, Point)
Drag to a destination HtmlControl with an offset of where within the destination HtmlControl to drag to.
Public methodDragTo(OffsetReference, Point, HtmlControl)
Drag this HtmlControl by specifying a reference point on the HtmlControl rectangle to start the drag from with an offset and drop on the destination HtmlControl center.
Public methodDragTo(OffsetReference, Point, Int32, Int32)
Drag this HtmlControl from a source offset to an X/Y offset from the source.
Public methodDragTo(OffsetReference, Point, HtmlControl, OffsetReference, Point)
Drag this HtmlControl by specifying a reference point on the HtmlControl rectangle to start the drag from and a reference point on the destination HtmlControl to specify the drop location.
Public methodDragTo(OffsetReference, Int32, Int32, Rectangle, OffsetReference, Int32, Int32)
Drag this HtmlControl from a source offset to an X/Y offset from the source.
Public methodDragTo(OffsetReference, Int32, Int32, Boolean, HtmlControl, OffsetReference, Int32, Int32, Boolean)
Drag this HtmlControl by specifying a reference point on the HtmlControl rectangle to start the drag from and a reference point on the destination HtmlControl to specify the drop location.
Top
See Also

Reference