DesktopTabPanel.Italic
From Xojo Documentation
Property (As Boolean )
aDesktopTabPanel.Italic = newBooleanValue
or
BooleanValue = aDesktopTabPanel.Italic
New in 2021r3
Supported for all project types and targets.
or
BooleanValue = aDesktopTabPanel.Italic
New in 2021r3
Supported for all project types and targets.
If True, applies the italic style to the TabPanel's caption and/or its text content if any.
Notes
Italic for TabPanel captions is not supported on macOS.
Sample Code
The following sets the Italic property for the tab panel.