[]
Gets or sets a value that indicates whether the user can cause a spin action using the mouse wheel.
public bool SpinOnWheel { get; set; }
Public Property SpinOnWheel As Boolean
Type | Description |
---|---|
bool | A bool value, true if the user can cause a spin action using the mouse wheel; otherwise, false. |