System.Windows.Forms.MaskedTextBox.WordWrap Property

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 System.Windows.Forms.MaskedTextBox.

Syntax

[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
[System.ComponentModel.Browsable(false)]
[System.ComponentModel.DesignerSerializationVisibility(System.ComponentModel.DesignerSerializationVisibility.Hidden)]
public bool WordWrap { set; get; }

Value

Documentation for this section has not yet been entered.

Remarks

Because System.Windows.Forms.MaskedTextBox does not support multiple lines of input, the MaskedTextBox.WordWrap property is ignored.

Requirements

Namespace: System.Windows.Forms
Assembly: System.Windows.Forms (in System.Windows.Forms.dll)
Assembly Versions: 2.0.0.0