InPlaceTextEditor.MultipleLineEditingEnabled Property

Definition

Gets or sets a value indicating whether the text editor supports multiline editing.

public:
 property bool MultipleLineEditingEnabled { bool get(); void set(bool value); };
public bool MultipleLineEditingEnabled { get; set; }
member this.MultipleLineEditingEnabled : bool with get, set
Public Property MultipleLineEditingEnabled As Boolean

Property Value

true if the text editor supports multiline editing.

Applies to