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