DesktopListBox.CellItalic

From Xojo Documentation

Method

DesktopListBox.CellItalic(row as Integer, column as Integer) As Boolean

New in 2021r3

Supported for all project types and targets.

Used to add or remove the italic style from the text of the specified cell.

Example

This example assigns True to apply the italic style.

ListBox1.CellItalic(1, 1) = True