Property Value
True if the control is a multiline control; otherwise, false.The default is false.
A multiple-line control wraps text as the user types text, extending beyond the text box.
You can also add scroll bars to larger controls using the ScrollBars property. If no horizontal scroll bar is specified, the text in a multiple-line control automatically wraps.
On a form with no default buttons, pressing Enter will cause the focus to move to the next line in a multiple-line control. If a default button exists, you must press Ctrl+Enter to move to the next line. Also to insert a tab, you must press Ctrl+Tab.