[]
        
(Showing Draft Content)

C1.Win.C1Input.C1NumericEdit.SpinUp

SpinUp Method

SpinUp()

Performs spin up.

Declaration
public override void SpinUp()
Overrides
Remarks

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

See Also

SpinUp(object)

Performs spin up.

Declaration
public void SpinUp(object increment)
Parameters
Type Name Description
object increment

The object value that indicates the increment when spin up.

Remarks

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

See Also