property Thumbnail.ToolTipTitle as String
Gets or sets the ToolTip title associated with the thumbnail control.

TypeDescription
String A string expression that specifies the title of the tooltip.
By default, the ToolTipTitle property is empty. Use the ToolTipText property to display a tooltip when the cursor hovers the control. If the ToolTipDelay or ToolTipPopDelay property is 0, the control displays no tooltips. The ToolTipPopDelay property specifies the period in ms of time the ToolTip remains visible if the mouse pointer is stationary within a control. Use the ToolTipWidth property to specify the width of the tooltip window. Use the ShowToolTip method to display a custom tooltip.

The ToolTipTitle property supports the following keywords: 

This property/method supports predefined constants and operators/functions as described here.