Edit Box
The Styles page for an edit box control specifies text entry properties. The following table describes the properties for an edit box control.
Property
Description
Align text
Indicates how to align the text entered in the edit box. Choices are Left (default), Centered, and Right.
Multiline
When cleared (default), none of the scroll properties on this page are available. When selected, the edit box can contain multiple lines. This causes all of the other scroll properties on this page to become available so that you can specify scrolling properties.
Number
When selected, only numeric values can be entered in the edit box.
Horizontal scroll
When selected, a horizontal scroll bar appears for a multiline edit box.
Auto horizontal scroll
When selected (default), the text is to scroll to the right as you type characters in the edit box.
Vertical scroll
When selected, a vertical scroll appears for a multiline edit box.
Auto vertical scroll
When selected, text in a multiline edit box scrolls up one line when you press Enter. You must also select Want return.
Password
When selected, each character you type in the edit box appears as an asterisk (*). This checkbox is used only for password fields.
No hide selection
When selected, the text entered in the edit box appears selected at all times, even when the edit box loses and regains focus.
Want return
When selected, a carriage return is inserted in a multiline edit box when you press Enter while typing text. This property has no effect on a single-line edit box.
Border
When selected (default), a thin border surrounds the edit box.
Uppercase
When selected, all characters entered in the edit box are converted to uppercase as you type.
Lowercase
When selected, all characters entered in the edit box are converted to lowercase as you type.
Read-only
When selected, the text in the edit box is display-only.
* 
To make a multiline entry in an edit box word wrap, clear Horizontal scroll and Auto horizontal scroll and then select Vertical scroll.