TextBox Class Constants

The constants provided by the TextBox class are listed in the following table.

Constant Value Constant Value
Alignment_Center 2 Alignment_Left 0
Alignment_Right 1 Case_Lower 1
Case_LowerFirst 4 Case_None 0
Case_Upper 2 Case_UpperFirst 3
DataType_AlphaNumeric 0 DataType_Currency 3
DataType_LongDate 5 DataType_Numeric 1
DataType_ShortDate 4 DataType_SignedNumeric 2
DataType_Time 6 SelectionStyle_Hide 1
SelectionStyle_Retain 0 SelectionStyle_SelectAll 2
SelectionStyle_SelectAllAlways 3 Web_InputType_File 'F'
Web_InputType_Hidden 'H' Web_InputType_Password 'P'
Web_InputType_Text 'T' Web_InputType_TextArea 'A'