property Edit.MultiLine as Boolean
Specifies whether the control accepts multiple lines.

TypeDescription
Boolean A boolean expression that specifies whether the control accepts multiple lines.

Use the MultiLine property to allow multiple lines in the control's text. By default, the MultiLine property is True. If the MultiLine property is False, the control contains a single line. Use the Text property to access the control's text. Use the TextLine property to access a particular item when MultiLine property is True.