System.Windows.Forms.MaskedTextBox.Multiline Property

Gets or sets a value indicating whether this is a multiline text box control. This property is not fully supported by System.Windows.Forms.MaskedTextBox.

Syntax

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

Value

Documentation for this section has not yet been entered.

Remarks

The MaskedTextBox.AcceptsTab property is inherited from the base System.Windows.Forms.TextBoxBase class. However, because the System.Windows.Forms.MaskedTextBox control does not support multiline configuration, this property is not fully supported; it cannot be set and it always resolves to false.

Requirements

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