TabControl::TabPageCollection::Add Method (String^, String^, Int32)

 

Creates a tab page with the specified key, text, and image, and adds it to the collection.

Namespace:   System.Windows.Forms
Assembly:  System.Windows.Forms (in System.Windows.Forms.dll)

public:
void Add(
	String^ key,
	String^ text,
	int imageIndex
)

Parameters

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 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 imageIndex parameter refers to an image in the ImageList property of the TabControl.

The newly created TabPage is added to the end of the collection.

.NET Framework
Available since 2.0
Return to top
Show: