RichTextBox::Multiline Property

 

Gets or sets a value indicating whether this is a multiline RichTextBox control.

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

true if the control is a multiline RichTextBox control; otherwise, false. The default is true.

.NET Framework
Available since 1.1
Return to top
Show: