HtmlControlDragTo Method (OffsetReference, Point, Int32, Int32)

Progress Software Corporation - Testing Framework 2018.1 Automation Infrastructure
Drag this HtmlControl from a source offset to an X/Y offset from the source.

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,
	int destinationOffsetX,
	int destinationOffsetY
)

Parameters

sourceOffsetReference
Type: ArtOfTest.CommonOffsetReference
The source offset reference.
sourceOffset
Type: System.DrawingPoint
The source offset.
destinationOffsetX
Type: SystemInt32
The destination X offset relative to the source.
destinationOffsetY
Type: SystemInt32
The destination Y offset relative to the source.
See Also

Reference