# GrapeCity.Win.Spread.InputMan.CellType.AutoCompleteInfo

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="GrapeCity_Win_Spread_InputMan_CellType_AutoCompleteInfo" data-uid="GrapeCity.Win.Spread.InputMan.CellType.AutoCompleteInfo" class="text-break">AutoCompleteInfo Class
</h1>
  <div class="markdown level0 summary"><p>Defines the automatic complete settings.</p>
</div>
  <div class="markdown level0 conceptual"></div>
  <div class="inheritance">
    <h5>Inheritance</h5>
    <div class="level0"><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.object">object</a></div>
    <div class="level1"><span class="xref">AutoCompleteInfo</span></div>
  </div>
  <h6><strong>Namespace</strong>: <a class="xref" href="GrapeCity.Win.Spread.InputMan.CellType.html">GrapeCity.Win.Spread.InputMan.CellType</a></h6>
  <h6><strong>Assembly</strong>: GrapeCity.Win.PluginInputMan.dll</h6>
  <h5 id="GrapeCity_Win_Spread_InputMan_CellType_AutoCompleteInfo_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">[TypeConverter(typeof(CellTypeExpandableObjectConverter))]
public class AutoCompleteInfo</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">&lt;TypeConverter(GetType(CellTypeExpandableObjectConverter))&gt;
Public Class AutoCompleteInfo</code></pre>
  </div>
  <h3 id="constructors">Constructors
</h3>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    </thead>
    <tbody>
      <tr>
        <td id="GrapeCity_Win_Spread_InputMan_CellType_AutoCompleteInfo__ctor" data-uid="GrapeCity.Win.Spread.InputMan.CellType.AutoCompleteInfo.#ctor">
          <a class="xref" href="GrapeCity.Win.Spread.InputMan.CellType.AutoCompleteInfo.-ctor.html#GrapeCity_Win_Spread_InputMan_CellType_AutoCompleteInfo__ctor">AutoCompleteInfo()</a>
        </td>
        <td class="markdown level1 summary"><p>Initializes a new instance of the <a class="xref" href="GrapeCity.Win.Spread.InputMan.CellType.AutoCompleteInfo.html">AutoCompleteInfo</a> class.</p>
</td>
      </tr>
    </tbody>
  </table>
  <h3 id="properties">Properties
</h3>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    </thead>
    <tbody>
      <tr>
        <td id="GrapeCity_Win_Spread_InputMan_CellType_AutoCompleteInfo_CandidateListItemFont" data-uid="GrapeCity.Win.Spread.InputMan.CellType.AutoCompleteInfo.CandidateListItemFont">
          <a class="xref" href="GrapeCity.Win.Spread.InputMan.CellType.AutoCompleteInfo.CandidateListItemFont.html#GrapeCity_Win_Spread_InputMan_CellType_AutoCompleteInfo_CandidateListItemFont">CandidateListItemFont</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the font for the items in the automatic complete candidate list.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Win_Spread_InputMan_CellType_AutoCompleteInfo_HighlightMatchedText" data-uid="GrapeCity.Win.Spread.InputMan.CellType.AutoCompleteInfo.HighlightMatchedText">
          <a class="xref" href="GrapeCity.Win.Spread.InputMan.CellType.AutoCompleteInfo.HighlightMatchedText.html#GrapeCity_Win_Spread_InputMan_CellType_AutoCompleteInfo_HighlightMatchedText">HighlightMatchedText</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a value that indicates whether to highlight matched text in the candidate list.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Win_Spread_InputMan_CellType_AutoCompleteInfo_HighlightStyle" data-uid="GrapeCity.Win.Spread.InputMan.CellType.AutoCompleteInfo.HighlightStyle">
          <a class="xref" href="GrapeCity.Win.Spread.InputMan.CellType.AutoCompleteInfo.HighlightStyle.html#GrapeCity_Win_Spread_InputMan_CellType_AutoCompleteInfo_HighlightStyle">HighlightStyle</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the style for highlighted matched text.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Win_Spread_InputMan_CellType_AutoCompleteInfo_MatchingMode" data-uid="GrapeCity.Win.Spread.InputMan.CellType.AutoCompleteInfo.MatchingMode">
          <a class="xref" href="GrapeCity.Win.Spread.InputMan.CellType.AutoCompleteInfo.MatchingMode.html#GrapeCity_Win_Spread_InputMan_CellType_AutoCompleteInfo_MatchingMode">MatchingMode</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the matching mode for the automatic complete feature.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
