|
IntegerTextBox
IntegerTextBox supports display and collection of Int64 values. The control handles user keyboard input and double formatting with no code required. It is fully compatible with the Windows Forms Text Box and uses the globalization features of the .NET platform to provide locale specific formatting.
IntegerTextBox control
The maximum and minimum values supported are by default the maximum and minimum values for the Int64 data type.
IntegerTextBox with large Int64 value
The IntegerTextBox control supports displaying negative values in a different color and also using different negative formats.
IntegerTextBox with negative value
|
|
|
|