# C1.WPF.Input.AutoCompleteMode

## Content

<div class="doc-site-dotnet-api-container">




  <h1 id="C1_WPF_Input_AutoCompleteMode" data-uid="C1.WPF.Input.AutoCompleteMode" class="text-break">AutoCompleteMode Enum
</h1>
  <div class="markdown level0 summary"><p>Specifies the mode for the automatic completion feature used in the <a class="xref" href="C1.WPF.Input.C1MultiSelect.html">C1MultiSelect</a> controls.</p>
</div>
  <div class="markdown level0 conceptual"></div>
  <h6><strong>Namespace</strong>: <a class="xref" href="C1.WPF.Input.html">C1.WPF.Input</a></h6>
  <h6><strong>Assembly</strong>: C1.WPF.Input.dll</h6>
  <h5 id="C1_WPF_Input_AutoCompleteMode_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public enum AutoCompleteMode</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Enum AutoCompleteMode</code></pre>
  </div>
  <h3 id="fields">Fields
</h3>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    <thead>
    </thead></thead><tbody>
      <tr>
        <td id="C1_WPF_Input_AutoCompleteMode_Append">Append</td>
        <td><p>Appends the remainder of the most likely candidate string to the existing characters, highlighting the appended characters.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Input_AutoCompleteMode_None">None</td>
        <td><p>Disables the automatic completion feature for the <a class="xref" href="C1.WPF.Input.C1MultiSelect.html">C1MultiSelect</a> controls.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Input_AutoCompleteMode_Suggest">Suggest</td>
        <td><p>Displays the auxiliary drop-down list associated with the edit control. This drop-down is populated with one or more suggested completion strings.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Input_AutoCompleteMode_SuggestAppend">SuggestAppend</td>
        <td><p>Applies both <a class="xref" href="C1.WPF.Input.AutoCompleteMode.html#C1_WPF_Input_AutoCompleteMode_Append">Append</a> and <a class="xref" href="C1.WPF.Input.AutoCompleteMode.html#C1_WPF_Input_AutoCompleteMode_Suggest">Suggest</a> options.</p>
</td>
      </tr>
    </tbody>
  </table>
</div>
