Table of Contents
Enumerations #
This class exposes no enumerations.
Constants #
This class exposes no constants.
Events #
This class exposes no events.
Methods #
Definition | Parameters | Return Value | Description |
---|---|---|---|
Constructor | Name as String Caption as String Value as Boolean | None | Creates a new instance of the class. |
Properties #
Name | Type | Default Value | Description |
---|---|---|---|
BadgeIndicator | WebSDKUIControl.Indicators | WebSDKUIControl.Indicators.Secondary | Bootstrap indicator applied to the item’s badge. |
BadgeStyle | GraffitiStyle | Nil | GraffitiStyle applied to the item’s badge. |
BadgeText | String | “” | Text displayed within the item’s badge. Empty string hides the badge. |
Caption | String | “” | The caption of the button. |
Enabled | Boolean | True | Reflects whether the button is enabled or disabled. |
Indicator | WebUIControl.Indicators | Default | Bootstrap Indicator applied to the button. |
IndicatorSelected | WebUIControl.Indicators | Default | Bootstrap Indicator applied to the button when Value = True. |
Style | GraffitiStyle | Nil | Style applied to the button. Overrides Indicator entirely. Must also supply StyleSelected. |
StyleSelected | GraffitiStyle | Nil | Style applied to the button when Value = True. Overrides IndicatorSelected entirely. Must also supply Style. |
Name | String | “” | Special identifier. |
Tag | Variant | Nil | Developer storage. |
Value | Boolean | False | Reflects whether the button is selected. |
Examples #
There are currently no examples for this class.