DesktopLabel.Bold
From Xojo Documentation
Property (As Boolean )
aDesktopLabel.Bold = newBooleanValue
or
BooleanValue = aDesktopLabel.Bold
New in 2021r3
Supported for all project types and targets.
or
BooleanValue = aDesktopLabel.Bold
New in 2021r3
Supported for all project types and targets.
If True, applies the bold style to the control’s caption and/or its text content if any.
Sample Code
The following code in the Opening event of the control sets the text to bold.