RichTextBox.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 RichTextBox control.
public:
 virtual property bool Multiline { bool get(); void set(bool value); };public override bool Multiline { get; set; }member this.Multiline : bool with get, setPublic Overrides Property Multiline As BooleanProperty Value
true if the control is a multiline RichTextBox control; otherwise, false. The default is true.