Table of Contents
Enumerations #
Name | Values |
---|
This class exposes no enumerations.
Constants #
Name | Type | Value |
---|
This class exposes no constants.
Events #
Definition | Parameters | Description |
---|
This class exposes no events.
Methods #
Definition | Parameters | Return Type | Description |
---|---|---|---|
Constructor | Caption as String | None | Creates an instance of the class. |
Indicator as WebUIControl.Indicators = WebUIControl.Indicators.Secondary |
Properties #
Name | Type | Default Value | Description |
---|---|---|---|
Caption | String | “” | Caption to display in the button. FontAwesome icons may be used with the FA syntax (<fas fa-adjust> ) or raw HTML. |
Indicator | WebUIControl.Indicators | Default | Bootstrap indicator applied to the button. |
IndicatorBorder | WebUIControl.Indicators | Default | Bootstrap indicator applied to the button’s border. |
IndicatorCaption | WebUIControl.Indicators | Default | Bootstrap indicator applied to the button’s caption. |
Tag | Variant | Nil | Data storage |
Tooltip | String | “” | Tooltip to show on hover. |
Examples #
This class currently has no examples.
Notes #
This class currently has no notes.