ListBox.CellHelpTag

From Real Software Documentation

Jump to: navigation, search
Method

ListBox.CellHelpTag ( RowNumber as Integer, ColumnNumber as Integer ) As String

Used to set or get the help tag (i.e. tooltip) for a ListBox cell. RowNumber and ColumnNumber are zero-based.

This is available only on Windows and Macintosh.

Example

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."
Personal tools