Accusoft.ImagXpress13.Net
MouseWheelSet Method




The MouseWheelAction to assign.
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.
Assigns a MouseWheelAction to a particular shift/mousewheel combination.
Syntax
'Declaration
 
Public Sub MouseWheelSet( _
   ByVal action As MouseWheelAction, _
   ByVal key As Keys _
) 
'Usage
 
Dim instance As ImageXView
Dim action As MouseWheelAction
Dim key As Keys
 
instance.MouseWheelSet(action, key)
public void MouseWheelSet( 
   MouseWheelAction action,
   Keys key
)
public: void MouseWheelSet( 
   MouseWheelAction action,
   Keys key
) 
public:
void MouseWheelSet( 
   MouseWheelAction action,
   Keys key
) 

Parameters

action
The MouseWheelAction to assign.
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.
See Also

Reference

ImageXView Class
ImageXView Members

 

 


©2014. Accusoft Corporation. All Rights Reserved.

Send Feedback