WebLink.Underline

From Xojo Documentation

Property (As Boolean )
aWebLink.Underline = newBooleanValue
or
BooleanValue = aWebLink.Underline

New in 2020r1

Supported for all project types and targets.

If True, applies the underline style to the Value displayed.

Sample Code

This code underlines the Value property.

Me.Underline = True