Accusoft ImagXpress 13
ToolGet Method
An enumIXMouseButton value assigned in pair with the given nShift parameter.
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

ImagXpress Object  | ImagXpress Members  | enumIXMouseButton Enumeration  | Tools

 

 


©2019. Accusoft Corporation. All Rights Reserved.

Send Feedback