MaskedTextBox::Multiline Property
.NET Framework (current version)
Gets or sets a value indicating whether this is a multiline text box control. This property is not fully supported by MaskedTextBox.
Assembly: System.Windows.Forms (in System.Windows.Forms.dll)
public: [BrowsableAttribute(false)] property bool Multiline { virtual bool get() override; virtual void set(bool value) override; }
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.
.NET Framework
Available since 2.0
Available since 2.0
Show: