TabControl.TabPageCollection.Add Method
.NET Framework 4
Adds a tab page to the collection.
This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.
| Name | Description | |
|---|---|---|
|
Add(String) | Creates a tab page with the specified text, and adds it to the collection. |
|
Add(TabPage) | Adds a TabPage to the collection. |
|
Add(String, String) | Creates a tab page with the specified text and key, and adds it to the collection. |
|
Add(String, String, Int32) | Creates a tab page with the specified key, text, and image, and adds it to the collection. |
|
Add(String, String, String) | Creates a tab page with the specified key, text, and image, and adds it to the collection. |