バージョン

Drag(Point,Point) メソッド

関連付けられた TestObject に対して MOUSE-LEFT ドラッグ操作を実行します。ポイントはコントロール座標にあります。
シンタックス
'宣言
 
Public Overloads Overrides Sub Drag( _
   ByVal pt1 As Point, _
   ByVal pt2 As Point _
) 
public override void Drag( 
   Point pt1,
   Point pt2
)

パラメータ

pt1
ドラッグ開始元ポイント
pt2
ドラッグ移動先ポイント
プラットフォーム

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

参照