TabControl::TabPageCollection::Insert Method (Int32, String^, String^, Int32)
Creates a new tab page with the specified key, text, and image, 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
- key
-
Type:
System::String^
The name of the tab page.
- text
-
Type:
System::String^
The text to display on the tab page
- imageIndex
-
Type:
System::Int32
The zero-based index of the image to display on the tab page.
The Name property corresponds to the key for a TabPage in the TabControl::TabPageCollection.
The Insert method allows you to create and insert a tab page at a specified location. To add a tab page without specifying a particular position in the collection, use the Add method. If you want to add an array of items to the collection, use the AddRange method.
The imageIndex parameter refers to an image in the ImageList property of the TabControl.
Available since 2.0