TabControl::TabPageCollection::Insert Method (Int32, String^)
.NET Framework (current version)
Creates a new tab page with the specified text and inserts it 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.
- text
-
Type:
System::String^
The text to display in the tab page.
.NET Framework
Available since 2.0
Available since 2.0
Show: