Accusoft.ImagXpress13.Net
MouseWheelSetAttribute Method




Specific attribute to set the value on.
An integer value which represents the new attribute value.
Sets the value of a specific mousewheel action's attribute.
Syntax
public void MouseWheelSetAttribute( 
   MouseWheelAttribute attribute,
   int newValue
)
public: void MouseWheelSetAttribute( 
   MouseWheelAttribute attribute,
   int newValue
) 
public:
void MouseWheelSetAttribute( 
   MouseWheelAttribute attribute,
   int newValue
) 
'Declaration
 
Public Sub MouseWheelSetAttribute( _
   ByVal attribute As MouseWheelAttribute, _
   ByVal newValue As Integer _
) 
 
'Usage
 
Dim instance As ImageXView
Dim attribute As MouseWheelAttribute
Dim newValue As Integer
 
instance.MouseWheelSetAttribute(attribute, newValue)

Parameters

attribute
Specific attribute to set the value on.
newValue
An integer value which represents the new attribute value.
See Also

Reference

ImageXView Class
ImageXView Members

 

 


©2015. Accusoft Corporation. All Rights Reserved.

Send Feedback