ComponentOne Input for WinForms
SpinDown(Object) Method

C1.Win.C1Input.4 Assembly > C1.Win.C1Input Namespace > C1NumericEdit Class > SpinDown Method : SpinDown(Object) Method
The System.Object value that indicates the decrement when spin down.
Performs spin down.
Syntax
'Declaration
 
Public Overloads Sub SpinDown( _
   ByVal decrement As System.Object _
) 
public void SpinDown( 
   System.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

Reference

C1NumericEdit Class
C1NumericEdit Members
Overload List
SpinDown(Object) Method