Sets the tool tip for a particular tool button in the toolbar.
Visual Basic |
---|
Public Sub ToolbarSetToolTip( _ ByVal Tool As enumIXTool, _ ByVal strTipText As String _ ) |
- Tool
An enumIXTool on which the tool tip is being set.Value Description TOOL_Hand Image panning tool. TOOL_Mag Magnifying window. TOOL_MouseWheelHorizScroll Mouse wheel horizontal scroll. TOOL_MouseWheelVertScroll Mouse wheel vertical scroll. TOOL_MouseWheelZoom Mouse wheel zoom. TOOL_None No tool selected. TOOL_Pan Image viewing pan tool. TOOL_Select Rubberband window selection tool. TOOL_ZoomIn Zoom in tool. TOOL_ZoomOut Zoom out tool. TOOL_ZoomRect Zoom rectangle tool. - strTipText
- The tool tip string for the specified tool button.
A tool tip is an informational tip that is displayed to the application end-user when the mouse is dragged over the tool button.