ListBox.CellItalic

From Xojo Documentation

Method

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

Supported for all project types and targets.

Used to add or remove the italic style from the text of the specified cell. row and column are zero-based.

Example

This example assigns True to apply the italic style.

ListBox1.CellItalic(1, 1) = True