ListBox.CellCheck
From Xojo Documentation
This item was deprecated in version 2019r2. Please use ListBox.CellCheckBoxValueAt as a replacement. |
Property (As Boolean )
aListBox.CellCheck(Row as Integer, Column as Integer) = newBooleanValue
or
BooleanValue = aListBox.CellCheck(Row as Integer, Column as Integer)
Supported for all project types and targets.
or
BooleanValue = aListBox.CellCheck(Row as Integer, Column as Integer)
Supported for all project types and targets.
Checks or unchecks the checkbox in the passed cell. Row and Column are zero-based.
Notes
Setting CellCheck to True checks the checkbox.