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