Gets or sets a value that indicates whether the user can cause a spin action using the mouse wheel.
public bool SpinOnWheel {get; set;}
'Declaration
Public Property SpinOnWheel As Boolean
'Usage
Dim instance As Spin
Dim value As Boolean
instance.SpinOnWheel = value
value = instance.SpinOnWheel
Property Value
A
bool value,
true if the user can cause a spin action using the mouse wheel; otherwise,
false.