TabBase Constructors
Represents the base class for the Tab and TabPage classes.| Name | Parameters | Description |
|---|---|---|
| TabBase() | none | Initializes a new instance of the TabBase class. |
| TabBase(String, String, String) | text, name, imageUrl | Initializes a new instance of the TabBase class with the specified settings. |
| TabBase(String, String) | text, name | Initializes a new instance of the TabBase class with the specified settings. |
| TabBase(String) | text | Initializes a new instance of the TabBase class using the specified display text. |
See Also