InPlaceTextEditor.CommitOnEscape Property

Definition

Gets or sets a value indicating whether the Escape key commits the edit. If true, the Enter key will be used as a CRLF for in-place editing.

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

Property Value

true if the Escape key commits the edit.

Applies to