Accusoft ImagXpress 12
ToolGet Method
See Also  Send comments on this topic.
eMouse
An enumIXMouseButton value assigned in pair with the given nShift parameter.
nShift
  • IXKEY_None (0)

  • IXKEY_Shift (1)

  • IXKEY_Ctrl (2)

  • IXKEY_Alt (4)

AccusoftImagXpress12 ActiveX DLL > ImagXpress Object : ToolGet Method

Glossary Item Box

Description

Retrieves which tool is assigned to a given mouse/shift combination.

Syntax

Visual Basic
Public Function ToolGet( _
   ByVal eMouse As enumIXMouseButton, _
   ByVal nShift As Integer _
) As enumIXTool

Parameters

eMouse
ValueDescription
IXMOUSEBUTTON_LeftLeft mouse button.
IXMOUSEBUTTON_MiddleMiddle mouse button.
IXMOUSEBUTTON_MouseWheelMouse wheel.
IXMOUSEBUTTON_RightRight mouse button.
An enumIXMouseButton value assigned in pair with the given nShift parameter.
nShift
  • IXKEY_None (0)

  • IXKEY_Shift (1)

  • IXKEY_Ctrl (2)

  • IXKEY_Alt (4)

Return Type

The tool associated with the mouse/shift combination.

Remarks

Gets 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.