The Multiline property allows data to be entered into a text box on separate lines.
Property Type: Fixed
Default Value: False
Hierarchical Reference: ControlName.Multiline
The default value of the property can be changed by selecting the drop down list at the end of the property field

| Multiline Property Value | Result | 
|---|---|
| True | 
 Horizontal scroll bar appears when data extends beyond the width of the control. Data can be entered on a new line by hitting the Return key. | 
| False | 
 Data extends beyond the width of the control. Hitting the Return key has no affect on the data entered. | 
Form Design
A type of control property where the value can only be set in the Form Designer (not by a rule).