Description
NumerictextBox provides a visual control that enables the user to enter numeric data in a textbox-style interface. The developer does not need to check if the user's input is a valid numeric value.
The developer can decide, wether float or integer data is possible to enter into the textbox. Additionally the limits of allowed numbers can be set.
A property of the component returns the numeric data.
The developer can decide, wether float or integer data is possible to enter into the textbox. Additionally the limits of allowed numbers can be set.
A property of the component returns the numeric data.