property Event.ToolTipTitle as String
Indicates the title of the tooltip to be shown when the cursor hovers the event.

TypeDescription
String A String expression that defines the title of the event's tooltip
By default, the The ToolTipTitle property is "", which means that no title is associated with the tooltip of the event. The ToolTip property indicates the tooltip to be shown when the cursor hovers the event. The ToolTipTitle property defines the title of the event's tootip. The ShowToolTip method can be used during the MouseMove event to display a custom tooltip.