Integer TextBox for WinRT

Download free trial

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.

Top Features

 

Range support

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.

Custom formatting

By providing a .NET format string you can display permanent characters as used with phone numbers, currency and other such values.

Select all on focus

If this property is enabled the user will select (highlight) the entire number when the Integer TextBox gains focus.

 
Download free trial

Similar Controls

  • numeric-textbox-for-winrt
  • numeric-updown-for-winrt
  • autocomplete-textbox-for-winrt
  • prompt-decorator-for-winrt