TabControl::TabPageCollection::Add Method
.NET Framework (current version)
Adds a tab page to the collection.
Assembly: System.Windows.Forms (in System.Windows.Forms.dll)
| Name | Description | |
|---|---|---|
![]() | Add(String^) | Creates a tab page with the specified text, and adds it 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. |
![]() | Add(TabPage^) | Adds a TabPage to the collection. |
Show:
