Version

Drag(Subitem,Point,Subitem,Point) Method

Performs a drag operation from the first subitem to the second subitem, assuming no external keys are being depressed.
Syntax
'Declaration
 
Public Overloads Overrides Sub Drag( _
   ByVal subitem1 As Rational.Test.Ft.Script.Subitem, _
   ByVal pt1 As Point, _
   ByVal subitem2 As Rational.Test.Ft.Script.Subitem, _
   ByVal pt2 As Point _
) 
public override void Drag( 
   Rational.Test.Ft.Script.Subitem subitem1,
   Point pt1,
   Rational.Test.Ft.Script.Subitem subitem2,
   Point pt2
)

Parameters

subitem1
Drag source Subitem.Click(Subitem)
pt1
Start drag point on the source subitem
subitem2
Drag destination Subitem.Click(Subitem)
pt2
End drag point on the destination subitem
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