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.
Remarks
This enumeration supports a bitwise combination of its member values.