Input for WinForms | ComponentOne
C1.Win.Input 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 _
    ) 
    public void SpinUp( 
       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