Class
DesktopListBoxCell
Warning
This item was deprecated. Please use DesktopListBoxRow as a replacement.
Description
A class used to iterator (and access the values, tags and types of) the cells of a DesktopListBoxRow.
Property descriptions
DesktopListBoxCell.Tag
Tag As Variant
The tag associated with the DesktopListBoxCell of a DesktopListBoxRow.
This property is read-only.
DesktopListBoxCell.Text
Text As String
The Text value associated with the DesktopListBoxCell of a DesktopListBoxRow.
This property is read-only.
DesktopListBoxCell.Type
Type As DesktopListBox.CellTypes
The type of a DesktopListBoxCell from a DesktopListBoxRow.
This property is read-only.
Compatibility
Desktop projects on all supported operating systems.
See also
Object parent class; DesktopListBox, DesktopListBoxRow and DesktopListBoxCheckBoxCell classes