# GrapeCity.Win.Spread.InputMan.CellType.AutoCompleteHighlightStyleInfo

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="GrapeCity_Win_Spread_InputMan_CellType_AutoCompleteHighlightStyleInfo" data-uid="GrapeCity.Win.Spread.InputMan.CellType.AutoCompleteHighlightStyleInfo" class="text-break">AutoCompleteHighlightStyleInfo Class
</h1>
  <div class="markdown level0 summary"><p>Defines the highlight style for matched strings when using automatic complete.</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">AutoCompleteHighlightStyleInfo</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_AutoCompleteHighlightStyleInfo_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">[TypeConverter(typeof(CellTypeExpandableObjectConverter))]
public class AutoCompleteHighlightStyleInfo</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">&lt;TypeConverter(GetType(CellTypeExpandableObjectConverter))&gt;
Public Class AutoCompleteHighlightStyleInfo</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_AutoCompleteHighlightStyleInfo__ctor" data-uid="GrapeCity.Win.Spread.InputMan.CellType.AutoCompleteHighlightStyleInfo.#ctor">
          <a class="xref" href="GrapeCity.Win.Spread.InputMan.CellType.AutoCompleteHighlightStyleInfo.-ctor.html#GrapeCity_Win_Spread_InputMan_CellType_AutoCompleteHighlightStyleInfo__ctor">AutoCompleteHighlightStyleInfo()</a>
        </td>
        <td class="markdown level1 summary"><p>Initializes a new instance of the <a class="xref" href="GrapeCity.Win.Spread.InputMan.CellType.AutoCompleteHighlightStyleInfo.html">AutoCompleteHighlightStyleInfo</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_AutoCompleteHighlightStyleInfo_BackColor" data-uid="GrapeCity.Win.Spread.InputMan.CellType.AutoCompleteHighlightStyleInfo.BackColor">
          <a class="xref" href="GrapeCity.Win.Spread.InputMan.CellType.AutoCompleteHighlightStyleInfo.BackColor.html#GrapeCity_Win_Spread_InputMan_CellType_AutoCompleteHighlightStyleInfo_BackColor">BackColor</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the background color of the highlighted string.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Win_Spread_InputMan_CellType_AutoCompleteHighlightStyleInfo_Font" data-uid="GrapeCity.Win.Spread.InputMan.CellType.AutoCompleteHighlightStyleInfo.Font">
          <a class="xref" href="GrapeCity.Win.Spread.InputMan.CellType.AutoCompleteHighlightStyleInfo.Font.html#GrapeCity_Win_Spread_InputMan_CellType_AutoCompleteHighlightStyleInfo_Font">Font</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the font of the highlighted string.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Win_Spread_InputMan_CellType_AutoCompleteHighlightStyleInfo_ForeColor" data-uid="GrapeCity.Win.Spread.InputMan.CellType.AutoCompleteHighlightStyleInfo.ForeColor">
          <a class="xref" href="GrapeCity.Win.Spread.InputMan.CellType.AutoCompleteHighlightStyleInfo.ForeColor.html#GrapeCity_Win_Spread_InputMan_CellType_AutoCompleteHighlightStyleInfo_ForeColor">ForeColor</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the foreground color of the highlighted string.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
