| Appearance |
Selects 3-D or flat appearance. |
| BorderStyle |
Determines type of border. |
| Font |
Sets font type, style, size. |
| MaxLength |
Limits the length of displayed text (0 value indicates
unlimited length). |
| MultiLine |
Specifies whether text box displays single line or
multiple lines. |
| PasswordChar |
Hides text with a single character. |
| ScrollBars |
Specifies type of displayed scroll bar(s). |
| SelLength |
Length of selected text (run-time only). |
| SelStart |
Starting position of selected text (run-time only). |
| SelText |
Selected text (run-time only). |
| Tag |
Stores a string expression. |
| Text |
Displayed text. |