バージョン

ResizeLabelSpan メソッド (WinTreeReplayServer)

指定されたラベル (ヘッダー) のスパンのサイズを変更します。
シンタックス
'宣言
 
Public Sub ResizeLabelSpan( _
   ByVal columnSet As System.String, _
   ByVal columnKey As System.String, _
   ByVal width As System.Integer, _
   ByVal height As System.Integer _
) 
public void ResizeLabelSpan( 
   System.string columnSet,
   System.string columnKey,
   System.int width,
   System.int height
)

パラメータ

columnSet
列の ColumnSet のキー
columnKey
列のキー
width
サイズ変更したラベルの幅
height
サイズ変更したラベルの高さ
解説

注: フォームに 1 つ以上のラベルのインスタンスがある場合は、最上位のラベルが表示され、サイズが変更されます。

プラットフォーム

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

参照