Share via


ToggleButton.WordWrap Property

Outlook Forms Script Reference

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 ToggleButton object.

Remarks

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

See Also