TextBox.WordWrap Property (Outlook Forms Script)

Returns or sets a Boolean that specifies whether the contents of a control automatically wrap at the end of a line and the control expands to fit the text. Read/write.

Syntax

expression.WordWrap

expression A variable that represents a TextBox object.

Remarks

True to specify that the text wraps (default), False to specify that the text does not.

For controls that support the MultiLine property as well as the WordWrap property, WordWrap is ignored when MultiLine is False.

Support and feedback

Have questions or feedback about Office VBA or this documentation? Please see Office VBA support and feedback for guidance about the ways you can receive support and provide feedback.