Enum TextBoxOptions
Enumerates behavior and styling options for a text box control.
[Flags]
public enum TextBoxOptions
Fields
DefaultValidation = 4
Performs default value validation.
IntRangeInError = 2
Adds integer min/max value range to the error messages.
SetNativeMaxLength = 1
Indicates whether to assign value of the 'MaxLength' property to the handler.
UseInvariantCulture = 16
Whether to use TypeConverter with invariant string to/from value conversion.
UseTypeConverter = 8
Whether to use TypeConverter when string to/from value is converted.
Remarks
This enumeration supports a bitwise combination of its member values.