バージョン

ClickControl メソッド (WinPivotGridRecordReplayServer)

指定された位置にコントロールをクリックします。
シンタックス
'宣言
 
Public Sub ClickControl( _
   Optional ByVal oRegion As System.Object, _
   Optional ByVal oInt1 As System.Object, _
   Optional ByVal oInt2 As System.Object _
) 
public void ClickControl( 
   System.object oRegion,
   System.object oInt1,
   System.object oInt2
)

パラメータ

oRegion
ドロップ アクションの終了位置を定義するのに役立つ QTPRectRegion 列挙型を示すオプション パラメーター。列挙値、整数、文字列のいずれかです。
oInt1
ドロップ アクションの終了位置を定義するのに役立つ整数のオプション パラメーター。
oInt2
ドロップ アクションの終了位置を定義するのに役立つ整数のオプション パラメーター。
プラットフォーム

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

参照