Accusoft.ImagXpress13.Net
ToolGet Method




Mouse button to be pressed, currently only supports left, middle and right mouse buttons.
The System.Windows.Forms.Keys value which represents the shift key to be pressed. Currently, the only supported keys are shift, control, and alt key values.
Retrieves which tool is assigned to a given mouse/shift combination.
Syntax
'Declaration
 
Public Function ToolGet( _
   ByVal mouseButton As MouseButtons, _
   ByVal key As Keys _
) As Tool
'Usage
 
Dim instance As ImageXView
Dim mouseButton As MouseButtons
Dim key As Keys
Dim value As Tool
 
value = instance.ToolGet(mouseButton, key)
public Tool ToolGet( 
   MouseButtons mouseButton,
   Keys key
)
public: Tool ToolGet( 
   MouseButtons mouseButton,
   Keys key
) 
public:
Tool ToolGet( 
   MouseButtons mouseButton,
   Keys key
) 

Parameters

mouseButton
Mouse button to be pressed, currently only supports left, middle and right mouse buttons.
key
The System.Windows.Forms.Keys value which represents the shift key to be pressed. Currently, the only supported keys are shift, control, and alt key values.

Return Value

Tool assigned to mouse/shift combination.
See Also

Reference

ImageXView Class
ImageXView Members

 

 


©2014. Accusoft Corporation. All Rights Reserved.

Send Feedback