ComponentOne Input for WinForms
SpinUp(Object) Method

C1.Win.C1Input.4 Assembly > C1.Win.C1Input Namespace > C1NumericEdit Class > SpinUp Method : SpinUp(Object) Method
The System.Object value that indicates the increment when spin up.
Performs spin up.
Syntax
'Declaration
 
Public Overloads Sub SpinUp( _
   ByVal increment As System.Object _
) 
public void SpinUp( 
   System.object increment
)

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

Reference

C1NumericEdit Class
C1NumericEdit Members
Overload List
SpinDown(Object) Method