HtmlControlDragTo Method (HtmlControl, OffsetReference, Point)

Progress Software Corporation - Testing Framework 2018.1 Automation Infrastructure
Drag to a destination HtmlControl with an offset of where within the destination HtmlControl to drag to.

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

Parameters

control
Type: ArtOfTest.WebAii.Controls.HtmlControlsHtmlControl
The destination HtmlControl.
destinationOffsetReference
Type: ArtOfTest.CommonOffsetReference
The destination offset reference.
destinationOffset
Type: System.DrawingPoint
The offset amount from destination reference. May be positive or negative.
See Also

Reference