RichTextBox::Multiline Property
.NET Framework (current version)
Gets or sets a value indicating whether this is a multiline RichTextBox control.
Assembly: System.Windows.Forms (in System.Windows.Forms.dll)
public: property bool Multiline { virtual bool get() override; virtual void set(bool value) override; }
Property Value
Type: System::Booleantrue if the control is a multiline RichTextBox control; otherwise, false. The default is true.
.NET Framework
Available since 1.1
Available since 1.1
Show: