[]
        
(Showing Draft Content)

C1.Win.Input.C1NumericEdit.SpinDown

SpinDown Method

SpinDown()

Performs spin down.

Declaration
public virtual void SpinDown()
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)
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