TabControl::TabPageCollection::Add Method

 

Adds a tab page to the collection.

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

NameDescription
System_CAPS_pubmethodAdd(String^)

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

System_CAPS_pubmethodAdd(String^, String^)

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

System_CAPS_pubmethodAdd(String^, String^, Int32)

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

System_CAPS_pubmethodAdd(String^, String^, String^)

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

System_CAPS_pubmethodAdd(TabPage^)

Adds a TabPage to the collection.

Return to top
Show: