C1.Win.C1Input.4.8 Assembly / C1.Win.C1Input 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 _
) 
 

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