GraffitiTabPanelItem

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( Text as String, Container as WebContainer ) Creates an instance of the class with the parameters as property values.

Properties #

Name Type Default Value Description
Container WebContainer Nil The child container to embed within the tab.
Enabled Boolean False Gets/Sets whether this tab is enabled.
HasCloseButton Boolean False When True, the tab will have a close button (×) that, when clicked, will close the tab.
Indicator WebUIControl.Indicators Default Bootstrap indicator applied to the tab when unselected.
IndicatorSelected WebUIControl.Indicators Default Bootstrap indicator applied to the tab when selected.
IndicatorText WebUIControl.Indicators Default Bootstrap indicator applied to the tab’s text when unselected.
IndicatorTextSelected WebUIControl.Indicators Default Bootstrap indicator applied to the tab’s text when selected.
Selected Boolean False When True, this is the currently selected tab. Note that, when setting this value to True, all other tabs will have their Selected property toggled to False. On load, the first Tab with a Selected = True value will be the one selected.
Tag Variant Nil Developer storage.
Text String “”

Examples #

There are currently no examples for this class.