property Page.ToolTipTitle as String
Specifies the title of the page's tooltip.

TypeDescription
String A string expression that indicates the title of the page's tooltip.

The page's tooltip shows up if the cursor stays for while over the caption of the page. Use the ToolTipTitle property to specify the title for the page's tooltip. Use the ToolTip property to specify the page's tooltip. Use the ToolTipDelay and ToolTipPopDelay properties to specify the time in ms that a tooltip requires to show up.