MaskedTextBox.Multiline Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
.