See Also
Enumerations
Name | Values |
| This class exposes no enumerations. |
Constants
Name | Type | Value |
| | This class exposes no constants. |
Events
Definition | Description |
| This class exposes no events. |
Methods
Definition | Description |
Constructor( tabCaption as String, tabClose as Boolean = False, tabTag as Variant = nil ) | Create an instance with the parameters applied to that instance's properties. |
Properties
Name | Type | Default Value | Description |
CanClose | Boolean | False | Whether the tab has a close button. |
Caption | String | “” | The text to display within the tab. |
Icon | String | “” | Icon to display in the tab. |
Tag | Variant | Nil | A property to be used for storing and retrieving any data the developer wishes. |
Examples
There are currently no examples for this class.