Accusoft ImagXpress 12
ToolbarSetToolTip Method
See Also  Send comments on this topic.
Tool
An enumIXTool on which the tool tip is being set.
strTipText
The tool tip string for the specified tool button.
AccusoftImagXpress12 ActiveX DLL > ImagXpress Object : ToolbarSetToolTip Method

Glossary Item Box

Description

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

Syntax

Visual Basic
Public Sub ToolbarSetToolTip( _
   ByVal Tool As enumIXTool, _
   ByVal strTipText 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 on which the tool tip is being set.
strTipText
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.