This property sets whether the mouse wheel can be used to scroll.

[Visual Basic] Public Property MouseWheelDirection As WheelDirection
[C#] public WheelDirection MouseWheelDirection {get; set;}

Property Valule

Value Explanation
Disable Disables scrolling with the mouse wheel
Vertical Mouse scrolls in a vertical direction
Horizontal Mouse scrolls in a horizontal direction

Explanation

The MouseWheelDirection property sets whether the mouse wheel can be used to scroll. To enable the mouse wheel to scroll, set this property to a value other than Disable.

See Also

ImageKit Members | Newtone.ImageKit.Win.ImageKit

 

The ImageKit.NET3 is created by Newtone Corporation