バージョン

UltraUiaToggleButton コンストラクタ(UITestControl,UITestControl)

先祖として指定したコンテナー コントロールで UltraUiaToggleButton を作成します。
シンタックス
'宣言
 
Public Function New( _
   ByVal container As UITestControl, _
   ByVal originalTestControl As UITestControl _
)
public UltraUiaToggleButton( 
   UITestControl container,
   UITestControl originalTestControl
)

パラメータ

container
コントロールのコンテナー。
originalTestControl
情報のコピー元である UITestControl
参照