WebLink.TextColor
From Xojo Documentation
Property (As Color )
aWebLink.TextColor = newColorValue
or
ColorValue = aWebLink.TextColor
New in 2020r1
Supported for all project types and targets.
or
ColorValue = aWebLink.TextColor
New in 2020r1
Supported for all project types and targets.
Gets or sets the color of the Value property. The default color is Blue.
Sample Code
The following example sets the TextColor.
See Also
Color data type; UserGuide:Dark Mode topic.