Table of Contents

Method GetItemToolTip

Namespace
Alternet.UI
Assembly
Alternet.UI.Common.dll

GetItemToolTip(int)

Retrieves the tooltip text associated with the item at the specified index.

protected virtual string GetItemToolTip(int index)

Parameters

index int

The 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.