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