Method GetItemToolTip
GetItemToolTip(int)
Retrieves the tooltip text associated with the item at the specified index.
protected virtual string GetItemToolTip(int index)
Parameters
indexintThe zero-based index of the item for which to retrieve the tooltip text.
Returns
- string
A string containing the tooltip text for the specified item, or the item's display text if no tooltip is set.