ListBox.Text

From Xojo Documentation

Property (As String )
aListBox.Text = newStringValue
or
StringValue = aListBox.Text

Supported for all project types and targets.

The text of the currently selected item.

Notes

In the case of multi-column ListBoxes, Text contains the text of the cell in the first column.