MaskedTextBox::Multiline Property

 

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

Namespace:   System.Windows.Forms
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;
}

Property Value

Type: System::Boolean

This property always returns false.

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
Return to top
Show: