Version

Drag(Point,Point) Method

Performs a MOUSE-LEFT drag action against the associated TestObject. Points are in control coordinate
Syntax
'Declaration
 
Public Overloads Overrides Sub Drag( _
   ByVal pt1 As Point, _
   ByVal pt2 As Point _
) 
public override void Drag( 
   Point pt1,
   Point pt2
)

Parameters

pt1
Drag source point
pt2
Drag destination point
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also