TabPage Constructors
Defines an individual tab page.| Name | Parameters | Description |
|---|---|---|
| TabPage() | none | Initializes a new instance of the TabPage class. |
| TabPage(String, String, String) | text, name, imageUrl | Initializes a new instance of the TabPage class with the specified settings. |
| TabPage(String, String) | text, name | Initializes a new instance of the TabPage class with the specified settings. |
| TabPage(String) | text | Initializes a new instance of the TabPage class using the specified display text. |
See Also