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
<ObsoleteAttribute("Since 2.4: Use NumericStepper instead")>
Public Class NumericUpDown
Inherits NumericStepper
[<ObsoleteAttribute("Since 2.4: Use NumericStepper instead")>]
type NumericUpDown =
class
inherit NumericStepper
end
The NumericUpDown type exposes the following members.
Constructors
| Name | Description |
---|
| NumericUpDown | Initializes a new instance of the NumericUpDown class |
TopRemarks
This usually presents with a
Stepper to increase/decrease the value, or a specific numeric keyboard.
See Also