MobileUIControl.TintColor

From Xojo Documentation

Property (As ColorGroup )
aMobileUIControl.TintColor = newColorGroupValue
or
ColorGroupValue = aMobileUIControl.TintColor

Supported on Mobile.

Changes a control's tint color.

Notes

On iOS, the following controls support TintColor:

Enum Description
ProgressBar The area indicating the value of the control will be drawn in the TintColor.
Slider The area indicating the value of the control will be drawn in the TintColor.
TextArea The cursor and text highlight color will be drawn in the TintColor.
TextField The cursor and text highlight color will be drawn in the TintColor.

See Also

ColorGroup class.