Accusoft ImagXpress 12
ToolbarSelect Event
See Also  Send comments on this topic.
Tool
The ID of the selected tool.
User1
The first user-supplied value. Reserved for future use.
User2
The second user-supplied value. Reserved for future use.
AccusoftImagXpress12 ActiveX DLL > ImagXpress Object : ToolbarSelect Event

Glossary Item Box

Description

Raised when a tool selection is made.

Syntax

Visual Basic
Public Event ToolbarSelect( _
   ByVal Tool As enumIXTool, _
   ByVal User1 As Long, _
   ByVal User2 As Long _
)

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.
The ID of the selected tool.
User1
The first user-supplied value. Reserved for future use.
User2
The second user-supplied value. Reserved for future use.

Remarks

See Also

©2013. Accusoft Corporation. All Rights Reserved.