[]
        
(Showing Draft Content)

C1.Win.Input.C1NumericEdit.SpinUp

SpinUp Method

SpinUp()

Performs spin up.

Declaration
public virtual void SpinUp()
Public Overridable Sub SpinUp()
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)
Public Sub SpinUp(increment As Object)
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