ComponentOne Input for WinForms
C1.Win.C1Input.4.5.2 Assembly / C1.Win.C1Input Namespace / C1NumericEdit Class / SpinDown Method / SpinDown() Method

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