property Item.TooltipTitle as Variant
Specifies the title of the item's tooltip.

TypeDescription
Variant A string expression that defines the title for the item's tooltip.

Use the ToolTipTitle property to define the title for the item's tooltip. Use the ToolTip property to assign a tooltip to an item. Use the ToolTipDelay property to specify the time in ms that passes before the ToolTip appears. By default, the ToolTip property is empty. If the ToolTip property is empty the control displays no tooltip when cursor is over the item. Use the ToolTipWidth property to specify the width of the item's tooltip window.