This property sets whether or not the mouse wheel is enabled.
[Visual Basic] Public Property EnableMouseWheel
As Boolean
[C#] public bool EnableMouseWheel {get;
set;}
Property Value
| Value | Explanation |
|---|---|
| True | Mouse wheel is enabled |
| False | Mouse wheel is disabled (default) |
Explanation
The EnableMouseWheel property sets whether or not the mouse wheel is enabled.
See Also
Thumbnail Members | Newtone.ImageKit.Win.Thumbnail