WebUIControl.Indicator
From Xojo Documentation
Property (As WebUIControl.Indicators )
aWebUIControl.Indicator = newWebUIControl.IndicatorsValue
or
WebUIControl.IndicatorsValue = aWebUIControl.Indicator
New in 2020r1
Supported for all project types and targets.
or
WebUIControl.IndicatorsValue = aWebUIControl.Indicator
New in 2020r1
Supported for all project types and targets.
The color scheme for the control.
Notes
When a WebButton's Default or Cancel properties are True, the Indictor property is ignored as Default and Cancel buttons have a default indicator.
See Also
Indicators enumeration.