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

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