# C1.WPF.SpellChecker.SpellOptions

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="C1_WPF_SpellChecker_SpellOptions" data-uid="C1.WPF.SpellChecker.SpellOptions" class="text-break">SpellOptions Class
</h1>
  <div class="markdown level0 summary"><p>Class that contains spelling options including words to ignore, whether to show suggestions in
a spell context menu, etc.</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">SpellOptions</span></div>
  </div>
  <h6><strong>Namespace</strong>: <a class="xref" href="C1.WPF.SpellChecker.html">C1.WPF.SpellChecker</a></h6>
  <h6><strong>Assembly</strong>: C1.WPF.SpellChecker.4.6.2.dll</h6>
  <h5 id="C1_WPF_SpellChecker_SpellOptions_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public class SpellOptions</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Class SpellOptions</code></pre>
  </div>
  <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="C1_WPF_SpellChecker_SpellOptions_ActiveSpellingEnabled" data-uid="C1.WPF.SpellChecker.SpellOptions.ActiveSpellingEnabled">
          <a class="xref" href="C1.WPF.SpellChecker.SpellOptions.ActiveSpellingEnabled.html#C1_WPF_SpellChecker_SpellOptions_ActiveSpellingEnabled">ActiveSpellingEnabled</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets whether active (as-you-type) spell-checking is enabled.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_SpellChecker_SpellOptions_Ignore" data-uid="C1.WPF.SpellChecker.SpellOptions.Ignore">
          <a class="xref" href="C1.WPF.SpellChecker.SpellOptions.Ignore.html#C1_WPF_SpellChecker_SpellOptions_Ignore">Ignore</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets types of words to ignore during the spell-check.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_SpellChecker_SpellOptions_MaxSuggestionsInContextMenu" data-uid="C1.WPF.SpellChecker.SpellOptions.MaxSuggestionsInContextMenu">
          <a class="xref" href="C1.WPF.SpellChecker.SpellOptions.MaxSuggestionsInContextMenu.html#C1_WPF_SpellChecker_SpellOptions_MaxSuggestionsInContextMenu">MaxSuggestionsInContextMenu</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the maximum number of spelling suggestions to show in the editor's context menu.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_SpellChecker_SpellOptions_ShowSuggestionsInContextMenu" data-uid="C1.WPF.SpellChecker.SpellOptions.ShowSuggestionsInContextMenu">
          <a class="xref" href="C1.WPF.SpellChecker.SpellOptions.ShowSuggestionsInContextMenu.html#C1_WPF_SpellChecker_SpellOptions_ShowSuggestionsInContextMenu">ShowSuggestionsInContextMenu</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets whether the spell-checker should show spelling suggestions in the
ContextMenu associated with the editor being monitored by this <a class="xref" href="C1.WPF.SpellChecker.C1SpellChecker.html">C1SpellChecker</a>.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_SpellChecker_SpellOptions_UnderlineColor" data-uid="C1.WPF.SpellChecker.SpellOptions.UnderlineColor">
          <a class="xref" href="C1.WPF.SpellChecker.SpellOptions.UnderlineColor.html#C1_WPF_SpellChecker_SpellOptions_UnderlineColor">UnderlineColor</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the color of the wavy underlines drawn under misspelled words.</p>
</td>
      </tr>
    </tbody>
  </table>
  <h3 id="methods">Methods
</h3>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    </thead>
    <tbody>
      <tr>
        <td id="C1_WPF_SpellChecker_SpellOptions_ToString" data-uid="C1.WPF.SpellChecker.SpellOptions.ToString">
          <a class="xref" href="C1.WPF.SpellChecker.SpellOptions.ToString.html#C1_WPF_SpellChecker_SpellOptions_ToString">ToString()</a>
        </td>
        <td class="markdown level1 summary"><p>Gets a string representation of this object.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
