MaskedTextBox::WordWrap Property
.NET Framework (current version)
Gets or sets a value indicating whether a multiline text box control automatically wraps words to the beginning of the next line when necessary. This property is not supported by MaskedTextBox.
Assembly: System.Windows.Forms (in System.Windows.Forms.dll)
public: [BrowsableAttribute(false)] property bool WordWrap { bool get(); void set(bool value); }
Because MaskedTextBox does not support multiple lines of input, the WordWrap property is ignored.
.NET Framework
Available since 2.0
Available since 2.0
Show: