[]
Performs spin down.
public override void SpinDown()
Public Overrides Sub SpinDown()
Increment property is used to define the decrement. This method has the same behavior with the Down key pressed.
Performs spin down.
public void SpinDown(object decrement)
Public Sub SpinDown(decrement As Object)
| Type | Name | Description |
|---|---|---|
| object | decrement | The object value that indicates the decrement when spin down. |
This method has the same behavior with the Down key pressed.