Click or drag to resize

NumericUpDown Class

Note: This API is now obsolete.

Control for the user to enter a numeric value (obsolete, use NumericStepper instead)
Inheritance Hierarchy

Namespace:  Eto.Forms
Assembly:  Eto (in Eto.dll) Version: 2.5.3-dev
Syntax
[ObsoleteAttribute("Since 2.4: Use NumericStepper instead")]
public class NumericUpDown : NumericStepper

The NumericUpDown type exposes the following members.

Constructors
  NameDescription
Public methodNumericUpDown
Initializes a new instance of the NumericUpDown class
Top
Remarks
This usually presents with a Stepper to increase/decrease the value, or a specific numeric keyboard.
See Also