ComponentOne Input for WinForms
Using the C1Input Controls / Drop-Down and Increment Buttons / C1NumericEdit Control
In This Topic
    C1NumericEdit Control
    In This Topic

    C1NumericEdit control supports up/down (spin) buttons and drop-down calculator.

    Up/down buttons increment/decrement the Value by the amount specified in the Increment property (default: 1).

    The drop-down calculator follows the standard Windows calculator model, allows the user to perform calculations without leaving the control.

    See Also