DesktopTabPanel.Bold

From Xojo Documentation

Property (As Boolean )
aDesktopTabPanel.Bold = newBooleanValue
or
BooleanValue = aDesktopTabPanel.Bold

New in 2021r3

Supported for all project types and targets.

If True, applies the bold style to the TabPanel's captions.

Notes

Bold for TabPanel captions is not supported on macOS.

Sample Code

This example sets the text to Bold.

Me.Bold = True