Class

DesktopListBoxCell


Description

A class used to iterator (and access the values, tags and types of) the cells of a DesktopListBoxRow.

Properties

Name

Type

Read-Only

Shared

Tag

Variant

Text

String

Type

DesktopListBox.CellTypes

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.