PowerTools PlusPak for Windows Forms 8.0J
Insert(Int32,GcTabPage) メソッド

ページを挿入する位置を示すint値。
GcTabControl.TabPageCollectionに追加するGcTabPageオブジェクト。
指定したインデックスに項目を挿入します。
構文
Public Overloads Overridable Sub Insert( _
   ByVal index As Integer, _
   ByVal value As GcTabPage _
) 
public virtual void Insert( 
   int index,
   GcTabPage value
)

パラメータ

index
ページを挿入する位置を示すint値。
value
GcTabControl.TabPageCollectionに追加するGcTabPageオブジェクト。
プラットフォーム

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

参照

GcTabControl.TabPageCollection クラス
GcTabControl.TabPageCollection メンバ
オーバーロード一覧

Send Feedback