HtmlControlDragTo Method (OffsetReference, Point, HtmlControl, OffsetReference, Point)

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 and a reference point on the destination HtmlControl to specify the drop location.

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,
	OffsetReference destinationOffsetReference,
	Point destinationOffset
)

Parameters

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

Reference