TabControl.TabPageCollection.Insert 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
將索引標籤頁插入集合中的指定索引處。
多載
Insert(Int32, String, String, String) |
使用指定的索引鍵、文字和影像建立索引標籤頁,並將它插入集合中的指定索引處。 |
Insert(Int32, String, String) |
使用指定的索引鍵和文字建立新的索引標籤頁,並將它插入集合中的指定索引處。 |
Insert(Int32, String, String, Int32) |
使用指定的索引鍵、文字和影像建立新的索引標籤頁,並將它插入集合中的指定索引處。 |
Insert(Int32, String) |
使用指定的文字建立新的索引標籤頁,並將它插入集合中的指定索引處。 |
Insert(Int32, TabPage) |
將現有的索引標籤頁插入集合中的指定索引處。 |
Insert(Int32, String, String, String)
使用指定的索引鍵、文字和影像建立索引標籤頁,並將它插入集合中的指定索引處。
public:
void Insert(int index, System::String ^ key, System::String ^ text, System::String ^ imageKey);
public void Insert (int index, string key, string text, string imageKey);
public void Insert (int index, string? key, string? text, string imageKey);
member this.Insert : int * string * string * string -> unit
Public Sub Insert (index As Integer, key As String, text As String, imageKey As String)
參數
- index
- Int32
插入索引標籤頁之以零起始的索引位置。
- key
- String
索引標籤頁的名稱。
- text
- String
要顯示在索引標籤頁上的文字。
- imageKey
- String
要顯示在索引標籤頁上的影像之索引鍵。
備註
屬性 Name 會對應至 中的 索引 TabControl.TabPageCollection 鍵 TabPage 。
方法 Insert 可讓您在指定的位置建立及插入索引標籤頁面。 若要新增索引標籤頁面,而不指定集合中的特定位置,請使用 Add 方法。 如果您想要將專案陣列新增至集合,請使用 AddRange 方法。
參數 imageKey
參考 的 屬性 TabControl 中的 ImageList 影像。
適用於
Insert(Int32, String, String)
使用指定的索引鍵和文字建立新的索引標籤頁,並將它插入集合中的指定索引處。
public:
void Insert(int index, System::String ^ key, System::String ^ text);
public void Insert (int index, string key, string text);
public void Insert (int index, string? key, string? text);
member this.Insert : int * string * string -> unit
Public Sub Insert (index As Integer, key As String, text As String)
參數
- index
- Int32
插入索引標籤頁之以零起始的索引位置。
- key
- String
索引標籤頁的名稱。
- text
- String
要顯示在索引標籤頁上的文字。
備註
屬性 Name 會對應至 中的 索引 TabControl.TabPageCollection 鍵 TabPage 。
方法 Insert 可讓您在指定的位置建立及插入索引標籤頁面。 若要新增索引標籤頁面,而不指定集合中的特定位置,請使用 Add 方法。 如果您想要將專案陣列新增至集合,請使用 AddRange 方法。
適用於
Insert(Int32, String, String, Int32)
使用指定的索引鍵、文字和影像建立新的索引標籤頁,並將它插入集合中的指定索引處。
public:
void Insert(int index, System::String ^ key, System::String ^ text, int imageIndex);
public void Insert (int index, string key, string text, int imageIndex);
public void Insert (int index, string? key, string? text, int imageIndex);
member this.Insert : int * string * string * int -> unit
Public Sub Insert (index As Integer, key As String, text As String, imageIndex As Integer)
參數
- index
- Int32
插入索引標籤頁之以零起始的索引位置。
- key
- String
索引標籤頁的名稱。
- text
- String
要顯示在索引標籤頁上的文字。
- imageIndex
- Int32
要顯示在索引標籤頁上的影像之以零起始的索引。
備註
屬性 Name 會對應至 中的 索引 TabControl.TabPageCollection 鍵 TabPage 。
方法 Insert 可讓您在指定的位置建立及插入索引標籤頁面。 若要新增索引標籤頁面,而不指定集合中的特定位置,請使用 Add 方法。 如果您想要將專案陣列新增至集合,請使用 AddRange 方法。
參數 imageIndex
參考 的 屬性 TabControl 中的 ImageList 影像。
適用於
Insert(Int32, String)
使用指定的文字建立新的索引標籤頁,並將它插入集合中的指定索引處。
public:
void Insert(int index, System::String ^ text);
public void Insert (int index, string text);
public void Insert (int index, string? text);
member this.Insert : int * string -> unit
Public Sub Insert (index As Integer, text As String)
參數
- index
- Int32
插入索引標籤頁之以零起始的索引位置。
- text
- String
要顯示在索引標籤頁上的文字。
備註
方法 Insert 可讓您建立新的索引標籤頁面,並將它插入指定的位置。 若要新增索引標籤頁面,而不指定集合中的特定位置,請使用 Add 方法。 如果您想要將專案陣列新增至集合,請使用 AddRange 方法。
適用於
Insert(Int32, TabPage)
將現有的索引標籤頁插入集合中的指定索引處。
public:
void Insert(int index, System::Windows::Forms::TabPage ^ tabPage);
public void Insert (int index, System.Windows.Forms.TabPage tabPage);
member this.Insert : int * System.Windows.Forms.TabPage -> unit
Public Sub Insert (index As Integer, tabPage As TabPage)
參數
- index
- Int32
插入索引標籤頁之以零起始的索引位置。
備註
方法 Insert 可讓您在指定的位置插入索引標籤頁面。 若要新增索引標籤頁面,而不指定集合中的特定位置,請使用 Add 方法。 如果您想要將專案陣列新增至集合,請使用 AddRange 方法。