TabControl::TabPageCollection::Insert Method (Int32, TabPage^)
.NET Framework (current version)
Inserts an existing tab page into the collection at the specified index.
Assembly: System.Windows.Forms (in System.Windows.Forms.dll)
Parameters
- index
-
Type:
System::Int32
The zero-based index location where the tab page is inserted.
- tabPage
-
Type:
System.Windows.Forms::TabPage^
The TabPage to insert in the collection.
.NET Framework
Available since 2.0
Available since 2.0
Show: