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