HtmlControlDragTo Method (OffsetReference, Point, HtmlControl)

Progress Software Corporation - Testing Framework 2018.1 Automation Infrastructure
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.

Namespace:  ArtOfTest.WebAii.Controls.HtmlControls
Assembly:  ArtOfTest.WebAii (in ArtOfTest.WebAii.dll) Version: 2018.1.116.0 (2018.1.116.0)
Syntax

public virtual void DragTo(
	OffsetReference sourceOffsetReference,
	Point sourceOffset,
	HtmlControl destination
)

Parameters

sourceOffsetReference
Type: ArtOfTest.CommonOffsetReference
The source offset reference of the drag start.
sourceOffset
Type: System.DrawingPoint
The offset from the specified source reference. May be positive or negative.
destination
Type: ArtOfTest.WebAii.Controls.HtmlControlsHtmlControl
The destination HtmlControl.
See Also

Reference