# C1.Win.Ribbon.ComboBoxAutoCompleteMode

## Content

<div class="doc-site-dotnet-api-container">




  <h1 id="C1_Win_Ribbon_ComboBoxAutoCompleteMode" data-uid="C1.Win.Ribbon.ComboBoxAutoCompleteMode" class="text-break">ComboBoxAutoCompleteMode Enum
</h1>
  <div class="markdown level0 summary"><p>Specifies the mode for the automatic completion feature used in a <a class="xref" href="C1.Win.Ribbon.RibbonComboBox.html">RibbonComboBox</a>.</p>
</div>
  <div class="markdown level0 conceptual"></div>
  <h6><strong>Namespace</strong>: <a class="xref" href="C1.Win.Ribbon.html">C1.Win.Ribbon</a></h6>
  <h6><strong>Assembly</strong>: C1.Win.Ribbon.10.dll</h6>
  <h5 id="C1_Win_Ribbon_ComboBoxAutoCompleteMode_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public enum ComboBoxAutoCompleteMode</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Enum ComboBoxAutoCompleteMode</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_Win_Ribbon_ComboBoxAutoCompleteMode_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_Win_Ribbon_ComboBoxAutoCompleteMode_None">None</td>
        <td><p>Disables the automatic completion feature.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Ribbon_ComboBoxAutoCompleteMode_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>
    </tbody>
  </table>
</div>
