バージョン

Resize メソッド (UltraStatusBarTestObject)

Resize メソッドは Panel オブジェクトのサイズを変更します。
シンタックス
'宣言
 
Public Sub Resize( _
   ByVal item As Rational.Test.Ft.Script.Subitem, _
   ByVal width As Integer, _
   ByVal height As Integer _
) 
public void Resize( 
   Rational.Test.Ft.Script.Subitem item,
   int width,
   int height
)

パラメータ

item
サイズ変更される Panel オブジェクトを表す (Text | Name | Position | Index) サブ項目
width
パネルの新しい幅
height
このコントロールでは使用されません。
例外
例外解説
Rational.Test.Ft.BadArgumentExceptionStatusBar にパネルがない場合にスローされます。
Rational.Test.Ft.ObjectNotFoundExceptionパネルが見つからない場合にスローされます。
Rational.Test.Ft.UnableToPerformActionExceptionパネルのサイズを変更できない場合にスローされます。
プラットフォーム

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

参照