# C1.Win.List.MatchEntryEnum

## Content

<div class="doc-site-dotnet-api-container">




  <h1 id="C1_Win_List_MatchEntryEnum" data-uid="C1.Win.List.MatchEntryEnum" class="text-break">MatchEntryEnum Enum
</h1>
  <div class="markdown level0 summary"><p>Determines how a C1List control performs searches based on user input.</p>
</div>
  <div class="markdown level0 conceptual"></div>
  <h6><strong>Namespace</strong>: <a class="xref" href="C1.Win.List.html">C1.Win.List</a></h6>
  <h6><strong>Assembly</strong>: C1.Win.List.10.dll</h6>
  <h5 id="C1_Win_List_MatchEntryEnum_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public enum MatchEntryEnum</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Enum MatchEntryEnum</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_List_MatchEntryEnum_Extended">Extended</td>
        <td><p>The control searches for an entry matching all characters entered.
The search is performed incrementally as characters are typed.
The search argument is cleared when the user presses Backspace or hesitates for a few seconds.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_List_MatchEntryEnum_None">None</td>
        <td><p>The default. The control does not perform any incremental searches.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_List_MatchEntryEnum_Standard">Standard</td>
        <td><p>The search argument is limited to one character, and the control attempts to find
a match for the character entered using the first letter of entries in the list.
Repeatedly typing the same letter cycles through all of the entries in the list
beginning with that letter.</p>
</td>
      </tr>
    </tbody>
  </table>
</div>
