SpinDown, SpinUp Events
SpinDown occurs when the user clicks the lower or left spin-button arrow. SpinUp occurs when the user clicks the upper or right spin-button arrow.
Syntax
Private Sub object_SpinDown( )
Private Sub object_SpinUp( )
The SpinDown and SpinUp event syntaxes have these parts:
| Part | Description |
|---|---|
| object | Required. A valid object. |
Remarks
The SpinDown event decreases the Value property. The SpinUp event increases Value.