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