MVCxTab Constructors
Represents an individual tab within the TabControl.Name | Parameters | Description |
---|---|---|
MVCxTab() | none | Initializes a new instance of the MVCxTab class with default settings. |
MVCxTab(String, String, String, String, String) | text, name, imageUrl, navigateUrl, target | Initializes a new instance of the MVCxTab class with the specified settings. |
MVCxTab(String, String, String, String) | text, name, imageUrl, navigateUrl | Initializes a new instance of the MVCxTab class with the specified settings. |
MVCxTab(String, String, String) | text, name, imageUrl | Initializes a new instance of the MVCxTab class with the specified settings. |
MVCxTab(String, String) | text, name | Initializes a new instance of the MVCxTab class with the specified settings. |
MVCxTab(String) | text | Initializes a new instance of the MVCxTab class with the specified settings. |
See Also