バージョン

Spanresize メソッド (UltraTreeTestObject)

ユーザーがツリーで列またはセルのスパン サイズを、コントロール キーとマウスのドラッグで変更した場合に記録されます。
シンタックス
'宣言
 
Public Sub Spanresize( _
   ByVal item As Rational.Test.Ft.Script.Subitem, _
   ByVal width As Integer, _
   ByVal height As Integer _
) 
public void Spanresize( 
   Rational.Test.Ft.Script.Subitem item,
   int width,
   int height
)

パラメータ

item
サイズを変更する列またはセルサブ項目は、Columnheader サブ項目タイプまたは Cell サブ項目タイプとすることができます。
width
新しい幅
height
新しい高さ
解説
Spanresize アクションを記録する場合、"CTRL" キーはマウス ボタンを離すまで押した状態である必要があります。マウス ボタンと同時、またはマウス ボタンより前にキーを離すと、アクションは Spanresize ではなく "Drag" として記録されます。
プラットフォーム

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

参照