Accusoft.ImagXpress13.Net
ToolSet Method




The Tool to assign.
The System.Windows.Forms.MouseButtons to be pressed. Currently this only supports left, middle and right mouse buttons.
The System.Windows.Forms.Keys value which represents the shift key to be pressed, currently only supports shift, control and alt key values.
Assigns a tool to a particular shift/mouse combination.
Syntax
'Declaration
 
Public Sub ToolSet( _
   ByVal tool As Tool, _
   ByVal mouseButton As MouseButtons, _
   ByVal key As Keys _
) 
'Usage
 
Dim instance As ImageXView
Dim tool As Tool
Dim mouseButton As MouseButtons
Dim key As Keys
 
instance.ToolSet(tool, mouseButton, key)
public void ToolSet( 
   Tool tool,
   MouseButtons mouseButton,
   Keys key
)
public: void ToolSet( 
   Tool tool,
   MouseButtons mouseButton,
   Keys key
) 
public:
void ToolSet( 
   Tool tool,
   MouseButtons mouseButton,
   Keys key
) 

Parameters

tool
The Tool to assign.
mouseButton
The System.Windows.Forms.MouseButtons to be pressed. Currently this only supports left, middle and right mouse buttons.
key
The System.Windows.Forms.Keys value which represents the shift key to be pressed, currently only supports shift, control and alt key values.
See Also

Reference

ImageXView Class
ImageXView Members

 

 


©2014. Accusoft Corporation. All Rights Reserved.

Send Feedback