ListBox.RowTag


Warning

This item was deprecated in version 2019r2. Please use DesktopListBox.RowTagAt as a replacement.

Description

Gets and sets the RowTag for the row (zero-based).

Sample code

To set the tag:

ListBox1.RowTag(row) = "MyTag"

To get the tag:

myTag = ListBox1.RowTag(row)

Compatibility

All projects types on all supported operating systems.