DesktopPopupMenu.Italic

From Xojo Documentation

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

New in 2021r3

Supported for all project types and targets.

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

Notes

macOS does not support italic for popup menus.

Sample Code

The following sets the Italic property for the control.

Me.Italic = True