InputType Enumeration

Specifies types of valid input for RoundTextBox.

Definition

Namespace: BeeMobile.RoundTextBox
Assembly: BeeMobile.RoundTextBox.NET48 (in BeeMobile.RoundTextBox.NET48.dll) Version: 4.8.1.21
C#
public enum InputType

Members

All0 All printable characters are allowed.
NegativeWholeNumbers1 Only negative whole numbers are allowed.
PositiveWholeNumbers2 Only positive whole numbers are allowed.
WholeNumbers3 Only whole numbers (positive or negative) are allowed.
DecimalOnly4 Only digits, minus '-' sign and decimal separator (based on the current culture) are allowed.
Custom5 Indicates, that a custom validation regex should be used from the InputRegexString property.

See Also