Input for WinForms | ComponentOne
C1.Win.Input Namespace / C1NumericEdit Class / SpinDown Method / SpinDown(Object) Method
The System.Object value that indicates the decrement when spin down.

In This Topic
    SpinDown(Object) Method
    In This Topic
    Performs spin down.
    Syntax
    'Declaration
     
    
    Public Overloads Sub SpinDown( _
       ByVal decrement As Object _
    ) 
    public void SpinDown( 
       object decrement
    )

    Parameters

    decrement
    The System.Object value that indicates the decrement when spin down.
    Remarks
    This method has the same behavior with the Down key pressed.
    See Also