# C1.Win.Input.Base.C1DropDownEditorBase.AcceptsEscape

## Content

<div class="doc-site-dotnet-api-container">



<h1 id="C1_Win_Input_Base_C1DropDownEditorBase_AcceptsEscape_" data-uid="C1.Win.Input.Base.C1DropDownEditorBase.AcceptsEscape*">AcceptsEscape Property
</h1>
<div class="markdown level0 summary"></div>
<div class="markdown level0 conceptual"></div>



<a id="C1_Win_Input_Base_C1DropDownEditorBase_AcceptsEscape_" data-uid="C1.Win.Input.Base.C1DropDownEditorBase.AcceptsEscape*"></a>
<h4 id="C1_Win_Input_Base_C1DropDownEditorBase_AcceptsEscape" data-uid="C1.Win.Input.Base.C1DropDownEditorBase.AcceptsEscape">AcceptsEscape</h4>
<div class="markdown level1 summary"><p>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).</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">public bool AcceptsEscape { get; set; }</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">Public Property AcceptsEscape As Boolean</code></pre>
</div>
<h5 class="implements">Implements</h5>
    <div><a class="xref" href="C1.Win.Input.Base.IDropDownEditorBase.AcceptsEscape.html#C1_Win_Input_Base_IDropDownEditorBase_AcceptsEscape">IDropDownEditorBase.AcceptsEscape</a></div>
</div>
