DesktopTextControl.Underline
From Xojo Documentation
Property (As Boolean )
aDesktopTextControl.Underline = newBooleanValue
or
BooleanValue = aDesktopTextControl.Underline
New in 2021r3
Supported for all project types and targets.
or
BooleanValue = aDesktopTextControl.Underline
New in 2021r3
Supported for all project types and targets.
If True, applies the underline style to the control’s text.
Sample Code
This code underlines the control’s text or caption property.