See Also
Enumerations
Name | Values |
| This class exposes no enumerations. |
Constants
Name | Type | Value |
TabAlignBottom | Integer | 1 |
TabAlignLeft | Integer | 2 |
TabAlignRight | Integer | 3 |
TabAlignTop | Integer | 0 |
Events
Definition | Description |
CloseClicked( tabIndex as Integer ) | User clicked the close button on the specified tab. |
SelectionChanged() | The currently selected tab has changed. |
Methods
Definition | Description |
AddTab( newTab as GraffitiWebTabBarItem ) | Adds a new tab to the bar. |
RemoveTab( tabIndex as Integer ) | Removes the specified tab from the bar. |
Properties
Name | Type | Default Value | Description |
ActiveTabStyle | WebStyle | Nil | Style to be applied to currently active tab. |
TabAlignment | Integer | 0 | Direction to which the tabs will be aligned. |
TabItems() | GraffitiWebTabBarItem | Nil | The tab items to display. |
Value | Integer | 0 | Current tab index |
Examples
There are currently no examples for this class.