InputType Enumeration
Namespace: BeeMobile.RoundTextBoxAssembly: BeeMobile.RoundTextBox.NET48 (in BeeMobile.RoundTextBox.NET48.dll) Version: 4.8.1.21
Public Enumeration InputType
| All | 0 |
All printable characters are allowed.
|
| NegativeWholeNumbers | 1 |
Only negative whole numbers are allowed.
|
| PositiveWholeNumbers | 2 |
Only positive whole numbers are allowed.
|
| WholeNumbers | 3 |
Only whole numbers (positive or negative) are allowed.
|
| DecimalOnly | 4 |
Only digits, minus '-' sign and decimal separator (based on the current culture)
are allowed.
|
| Custom | 5 |
Indicates, that a custom validation regex should be used from the InputRegexString property.
|