[]
        
(Showing Draft Content)

C1.Win.Input.Base.C1TextBoxBase.AcceptsEscape

AcceptsEscape Property

AcceptsEscape

Gets or sets a value indicates if the Escape key that cancels modified value is handled by the control without passing it to the owner form (AcceptsEscape=True), or it is then passed to the form and can close it if the form has CancelButton (AcceptsEscape=False).

Declaration
public bool AcceptsEscape { get; set; }