バージョン

Resize メソッド (PopupMenuControlTestObject)

Popup コントロールを FilterUIProvider で表示する場合に、Popup コントロールのサイズを変更します。
シンタックス
'宣言
 
Public Sub Resize( _
   ByVal Width As Integer, _
   ByVal Height As Integer _
) 
public void Resize( 
   int Width,
   int Height
)

パラメータ

Width
コントロールの新しい幅
Height
コントロールの新しい高さ
解説
グリッドのエクセル スタイルのフィルタリングを使用して FilterUIProvider ウィンドウを表示している場合に、ウィンドウのサイズを変更するとアクションが記録されます。サイズ変更がサポートされていない場合、このアクションは 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

参照