property Label.ToolTipTitle as String
Specifies the title of the control's tooltip.

TypeDescription
String A String expression that defines the control's tooltip title.
Use the ToolTipText and ToolTipTitle properties to define the Label's tooltip. Use the ToolTipDelay and ToolTipPopDelay properties to specify the time in ms that passes before the ToolTip appears. Use the ShowToolTip method to display programmatically a custom tooltip.