Input for WinForms | ComponentOne
C1.Win.Input Namespace / C1NumericEdit Class / SpinDown Method / SpinDown() Method

In This Topic
    SpinDown() Method
    In This Topic
    Performs spin down.
    Syntax
    'Declaration
     
    
    Public Overloads Overridable Sub SpinDown() 
    public virtual void SpinDown()
    Remarks
    Increment property is used to define the decrement. This method has the same behavior with the Down key pressed.
    See Also