C1.Win.C1Input.4.8 Assembly / C1.Win.C1Input Namespace / C1NumericEdit Class / SpinUp Method / SpinUp(Object) Method
The System.Object value that indicates the increment when spin up.

In This Topic
SpinUp(Object) Method
In This Topic
Performs spin up.
Syntax
'Declaration
 
Public Overloads Sub SpinUp( _
   ByVal increment As Object _
) 
 

Parameters

increment
The System.Object value that indicates the increment when spin up.
Remarks
This method has the same behavior with the Up key pressed.
See Also