PowerTools PlusPak for Windows Forms 8.0J
SetColumn メソッド

別の列に移動するコントロール。
control の移動先の列。
指定した子コントロールの列位置を設定します。
構文
Public Sub SetColumn( _
   ByVal control As Control, _
   ByVal column As Integer _
) 
public void SetColumn( 
   Control control,
   int column
)

パラメータ

control
別の列に移動するコントロール。
column
control の移動先の列。
解説

SetColumn メソッドは、コントロールを GcTableLayoutContainer の別の列に移動します。列および行は 0 から始まるインデックスを持っています。列位置を -1 に設定すると、コントロールは最初の空のセルに移動します。

このメソッドは、GcTableLayoutContainer 内のすべてのコントロールにテーブルレイアウトを再適用します。

このメソッドは Column プロパティによって呼び出されます。このプロパティは、設計時にパネルによって子コントロールに追加されます。

プラットフォーム

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

参照

GcTableLayoutContainer クラス
GcTableLayoutContainer メンバ

Send Feedback