This property sets whether or not the mouse wheel is enabled.
[Visual
Basic]   thumbcontrolname.EnableMouseWheel
[ = Boolean ]
[Visual C++]     [
BOOL =
]thumbcontrolname.GetEnableMouseWheel()
thumbcontrolname.SetEnableMouseWheel(BOOL Val)
thumbcontrolname.SetEnableMouseWheel(BOOL Val)
[VB.NET]   thumbcontrolname.EnableMouseWheel
[ = Boolean ]
[C#.NET]   thumbcontrolname.EnableMouseWheel
[ = bool ]
Property Value
| Value | Explanation | 
|---|---|
| True | Mouse wheel is enabled | 
| False | Mouse wheel is disabled | 
Explanation
The EnableMouseWheel property sets whether or not the mouse wheel is enabled.
Setting this value
This value can be set at design-time and run-time.
Retrieving this value
This value can be retrieved at run-time.