ListBox.CellTypes
From Xojo Documentation
Enumeration
Specifies all possible types for a cell.
Values
Enum | Description |
---|---|
Default | The default type for a cell. The default is Normal. |
Normal | A cell that can't be edited directly by the end user. |
CheckBox | The contains only a checkbox. |
TextField | A cell that can be edited by the end user allowing a single line of text. |
TextArea | A cell that can be edited by the end user allowing multiple lines of text. |