MaskedTextBox.Multiline Property

Definition

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

public:
 virtual property bool Multiline { bool get(); void set(bool value); };
[System.ComponentModel.Browsable(false)]
public override bool Multiline { get; set; }
[<System.ComponentModel.Browsable(false)>]
member this.Multiline : bool with get, set
Public Overrides Property Multiline As Boolean

Property Value

This property always returns false.

Attributes

Remarks

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

Applies to

See also