Accusoft ImagXpress 12
ToolbarGetToolTip Method
See Also  Send comments on this topic.
Tool
An enumIXTool enumeration from which the tool tip is to be returned.
AccusoftImagXpress12 ActiveX DLL > ImagXpress Object : ToolbarGetToolTip Method

Glossary Item Box

Description

Gets the tool tip for a particular tool button in the toolbar.

Syntax

Visual Basic
Public Function ToolbarGetToolTip( _
   ByVal Tool As enumIXTool _
) As String

Parameters

Tool
ValueDescription
TOOL_HandImage panning tool.
TOOL_MagMagnifying window.
TOOL_MouseWheelHorizScrollMouse wheel horizontal scroll.
TOOL_MouseWheelVertScrollMouse wheel vertical scroll.
TOOL_MouseWheelZoomMouse wheel zoom.
TOOL_NoneNo tool selected.
TOOL_PanImage viewing pan tool.
TOOL_SelectRubberband window selection tool.
TOOL_ZoomInZoom in tool.
TOOL_ZoomOutZoom out tool.
TOOL_ZoomRectZoom rectangle tool.
An enumIXTool enumeration from which the tool tip is to be returned.

Return Type

The tool tip string for the specified tool button.

Remarks

A tool tip is an informational tip that is displayed to the application end-user when the mouse is dragged over the tool button.

See Also

©2013. Accusoft Corporation. All Rights Reserved.