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

子コントロールはコントロールコレクションの中にあります。
int値は子コントロールの新しいインデックスを示します。
子コントロールのインデックスを設定します。
構文
Public Overrides Sub SetChildIndex( _
   ByVal child As Control, _
   ByVal newIndex As Integer _
) 
public override void SetChildIndex( 
   Control child,
   int newIndex
)

パラメータ

child
子コントロールはコントロールコレクションの中にあります。
newIndex
int値は子コントロールの新しいインデックスを示します。
プラットフォーム

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

参照

GcContainer.GcContainerControlCollection クラス
GcContainer.GcContainerControlCollection メンバ

Send Feedback