DesktopPopupMenu.Bold

From Xojo Documentation

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

New in 2021r3

Supported for all project types and targets.

If True, applies the bold style to the items in the popup menu.

Notes

macOS does not support bold for popup menus.

Sample Code

This example sets the text to Bold.

Me.Bold = True