[]
        
(Showing Draft Content)

C1.Win.C1Input.C1NumericEdit.SpinDown

SpinDown Method

SpinDown()

Performs spin down.

Declaration
public override void SpinDown()
Public Overrides Sub SpinDown()
Overrides
Remarks

Increment property is used to define the decrement. This method has the same behavior with the Down key pressed.

See Also

SpinDown(object)

Performs spin down.

Declaration
public void SpinDown(object decrement)
Public Sub SpinDown(decrement As Object)
Parameters
Type Name Description
object decrement

The object value that indicates the decrement when spin down.

Remarks

This method has the same behavior with the Down key pressed.

See Also