Indicates whether a multiline edit control automatically wraps words to the beginning of the next line when necessary.
Type
Description
Boolean
A Boolean expression that specifies whether the control wraps the text.
By default, the WordWrap property is False. When you fill one line with text, the
control automatically jumps to the next line so that you are not required to keep track of line lengths and to press the Return key after each line.
Word wrap also occurs if you change the margins. In this case, the control readjusts all the text so that it fits within the new margins.
The Text property specifies the text to be
displayed/edited in the control. The SingleLine
property specifies whether the control's text is displayed on single or multiple lines.
The ScrollWidth / ScrollHeight
property specifies the width/height of the control's scroll bars. The ScrollBars
property specifies the scrollbars to be displayed on the control.