Accusoft.ImagXpress13.Net
MouseWheelGet Method




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 MouseWheelAction is assigned to a given mousewheel/shift combination.
Syntax
'Declaration
 
Public Function MouseWheelGet( _
   ByVal key As Keys _
) As MouseWheelAction
'Usage
 
Dim instance As ImageXView
Dim key As Keys
Dim value As MouseWheelAction
 
value = instance.MouseWheelGet(key)
public MouseWheelAction MouseWheelGet( 
   Keys key
)
public: MouseWheelAction MouseWheelGet( 
   Keys key
) 
public:
MouseWheelAction MouseWheelGet( 
   Keys key
) 

Parameters

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

The MouseWheelAction assigned to mousewheel/shift combination.
See Also

Reference

ImageXView Class
ImageXView Members

 

 


©2014. Accusoft Corporation. All Rights Reserved.

Send Feedback