ListBox.CellHelpTag
Warning
This item was deprecated in version 2019r2. Please use DesktopListBox.CellToolTipAt as a replacement.
Description
Used to set or get the help tag (i.e. tooltip) for a ListBox cell. row and column are zero-based.
Notes
Note
ToolTips do not appear on 64-bit macOS builds.
Sample code
The following adds a tip to cell 0,0. The tip is visible when the user moves the pointer over the cell.
Listbox1.CellHelpTag(0, 0) = "Enter a string."
Compatibility
All projects types on all supported operating systems.