MVCxTabPage Constructors
Represents a tabbed page within the PageControl.| Name | Parameters | Description |
|---|---|---|
| MVCxTabPage() | none | Initializes a new instance of the MVCxTabPage class with default settings. |
| MVCxTabPage(String, String, String) | text, name, imageUrl | Initializes a new instance of the MVCxTabPage class with the specified settings. |
| MVCxTabPage(String, String) | text, name | Initializes a new instance of the MVCxTabPage class with the specified settings. |
| MVCxTabPage(String) | text | Initializes a new instance of the MVCxTabPage class with the specified settings. |
See Also