A simple way to get integer data from your users. This TextBox will disallow the input of alphabetic characters and numbers with a decimal point, while only allowing positive and negative natural numbers. You can also constrain the input to a given range. The control also supports special formatting with a .NET format string.
You can separately specify minimum and maximum values that the number should be within. If the user enters a number that is outside the value will revert the the closest minimum or maximum.
By providing a .NET format string you can display permanent characters as used with phone numbers, currency and other such values.
If this property is enabled the user will select (highlight) the entire number when the Integer TextBox gains focus.