Accusoft ImagXpress 12
ToolSet Method
See Also  Send comments on this topic.
Tool
An enumIXTool value to assign the eMouse parameter value to.
eMouse
An enumIXMouseButton value to assign to the given tool.
nShift
  • IXKEY_None (0)

  • IXKEY_Shift (1)

  • IXKEY_Ctrl (2)

  • IXKEY_Alt (4)

AccusoftImagXpress12 ActiveX DLL > ImagXpress Object : ToolSet Method

Glossary Item Box

Description

Assigns a tool to a particular shift/mouse combination.

Syntax

Visual Basic
Public Sub ToolSet( _
   ByVal Tool As enumIXTool, _
   ByVal eMouse As enumIXMouseButton, _
   ByVal nShift As Integer _
) 

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 value to assign the eMouse parameter value to.
eMouse
ValueDescription
IXMOUSEBUTTON_LeftLeft mouse button.
IXMOUSEBUTTON_MiddleMiddle mouse button.
IXMOUSEBUTTON_MouseWheelMouse wheel.
IXMOUSEBUTTON_RightRight mouse button.
An enumIXMouseButton value to assign to the given tool.
nShift
  • IXKEY_None (0)

  • IXKEY_Shift (1)

  • IXKEY_Ctrl (2)

  • IXKEY_Alt (4)

Remarks

Sets the unique shift/mouse combination that, when executed by the application's end-user, results in applying the tool.

 

See Also

©2013. Accusoft Corporation. All Rights Reserved.