property Surface.ToolBarToolTip(ID as Long) as String
Specifies the HTML tooltip of the giving item in the control's toolbar.

TypeDescription
ID as Long A Long expression that indicates the identifier of the tooltip/field being changed. The predefined identifiers are:
  • 100, Home (restores the view to the origin)
  • 101, Zoom (changes the zooming factor of the surface)
  • 103, Undo ( undoes the last control operation, enabled only if the Undo operation is possible)
  • 104, Redo ( redoes the next action in the control's redo queue, enabled only if the Undo operation is possible)
String A string expression that indicates the HTML tooltip of the field in the control's toobar.
The ToolBarToolTip property assigns a tooltip to be displayed when mouse-pointer hovers a field in the control's toolbar. The ToolBarImages method loads icons to be displayed on the control's toolbar. The ToolBarHTMLPicture property loads custom-sized pictures to be displayed on the control's toolbar using the <img> HTML tag. Use the ToolBarCaption property to change captions in the control's toolbar. 

The ToolBarToolTip property supports the following HTML elements: