TextField.DefaultCommitOnEscape 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 DefaultCommitOnEscape { bool get(); void set(bool value); };
public bool DefaultCommitOnEscape { get; set; }
member this.DefaultCommitOnEscape : bool with get, set
Public Property DefaultCommitOnEscape As Boolean

Property Value

true if the Escape key commits the edit.

Applies to