# C1.WPF.SpellChecker.C1SpellChecker

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="C1_WPF_SpellChecker_C1SpellChecker" data-uid="C1.WPF.SpellChecker.C1SpellChecker" class="text-break">C1SpellChecker Class
</h1>
  <div class="markdown level0 summary"><p>Default implementations for the <span class="xref">C1.WPF.ISpellChecker</span>.
Provides spell checking services for any type of control.</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">C1SpellChecker</span></div>
  </div>
  <div class="implements">
    <h5>Implements</h5>
    <div><span class="xref">ISpellChecker</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_C1SpellChecker_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public class C1SpellChecker : ISpellChecker</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Class C1SpellChecker
    Implements ISpellChecker</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="C1_WPF_SpellChecker_C1SpellChecker__ctor" data-uid="C1.WPF.SpellChecker.C1SpellChecker.#ctor">
          <a class="xref" href="C1.WPF.SpellChecker.C1SpellChecker.-ctor.html#C1_WPF_SpellChecker_C1SpellChecker__ctor">C1SpellChecker()</a>
        </td>
        <td class="markdown level1 summary"><p>Initializes a new instance of a <a class="xref" href="C1.WPF.SpellChecker.C1SpellChecker.html">C1SpellChecker</a>.</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="C1_WPF_SpellChecker_C1SpellChecker_CustomDictionary" data-uid="C1.WPF.SpellChecker.C1SpellChecker.CustomDictionary">
          <a class="xref" href="C1.WPF.SpellChecker.C1SpellChecker.CustomDictionary.html#C1_WPF_SpellChecker_C1SpellChecker_CustomDictionary">CustomDictionary</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a custom spell-checking dictionary.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_SpellChecker_C1SpellChecker_CustomParser" data-uid="C1.WPF.SpellChecker.C1SpellChecker.CustomParser">
          <a class="xref" href="C1.WPF.SpellChecker.C1SpellChecker.CustomParser.html#C1_WPF_SpellChecker_C1SpellChecker_CustomParser">CustomParser</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a custom spell-checking parser.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_SpellChecker_C1SpellChecker_Enabled" data-uid="C1.WPF.SpellChecker.C1SpellChecker.Enabled">
          <a class="xref" href="C1.WPF.SpellChecker.C1SpellChecker.Enabled.html#C1_WPF_SpellChecker_C1SpellChecker_Enabled">Enabled</a>
        </td>
        <td class="markdown level1 summary"><p>Gets a value that indicates whether the main spelling dictionary has been loaded.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_SpellChecker_C1SpellChecker_IgnoreList" data-uid="C1.WPF.SpellChecker.C1SpellChecker.IgnoreList">
          <a class="xref" href="C1.WPF.SpellChecker.C1SpellChecker.IgnoreList.html#C1_WPF_SpellChecker_C1SpellChecker_IgnoreList">IgnoreList</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the list of words to ignore during spell-checking.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_SpellChecker_C1SpellChecker_MainDictionary" data-uid="C1.WPF.SpellChecker.C1SpellChecker.MainDictionary">
          <a class="xref" href="C1.WPF.SpellChecker.C1SpellChecker.MainDictionary.html#C1_WPF_SpellChecker_C1SpellChecker_MainDictionary">MainDictionary</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the main dictionary used for spell-checking.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_SpellChecker_C1SpellChecker_Options" data-uid="C1.WPF.SpellChecker.C1SpellChecker.Options">
          <a class="xref" href="C1.WPF.SpellChecker.C1SpellChecker.Options.html#C1_WPF_SpellChecker_C1SpellChecker_Options">Options</a>
        </td>
        <td class="markdown level1 summary"><p>Gets a <a class="xref" href="C1.WPF.SpellChecker.SpellOptions.html">SpellOptions</a> object that specifies spell-checking options.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_SpellChecker_C1SpellChecker_UserDictionary" data-uid="C1.WPF.SpellChecker.C1SpellChecker.UserDictionary">
          <a class="xref" href="C1.WPF.SpellChecker.C1SpellChecker.UserDictionary.html#C1_WPF_SpellChecker_C1SpellChecker_UserDictionary">UserDictionary</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the user dictionary used for spell-checking.</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_C1SpellChecker_CheckControlAsync_System_Object_" data-uid="C1.WPF.SpellChecker.C1SpellChecker.CheckControlAsync(System.Object)">
          <a class="xref" href="C1.WPF.SpellChecker.C1SpellChecker.CheckControlAsync.html#C1_WPF_SpellChecker_C1SpellChecker_CheckControlAsync_System_Object_">CheckControlAsync(object)</a>
        </td>
        <td class="markdown level1 summary"><p>Shows a spell-checking dialog for an editor control.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_SpellChecker_C1SpellChecker_CheckControlAsync_System_Object_System_Boolean_" data-uid="C1.WPF.SpellChecker.C1SpellChecker.CheckControlAsync(System.Object,System.Boolean)">
          <a class="xref" href="C1.WPF.SpellChecker.C1SpellChecker.CheckControlAsync.html#C1_WPF_SpellChecker_C1SpellChecker_CheckControlAsync_System_Object_System_Boolean_">CheckControlAsync(object, bool)</a>
        </td>
        <td class="markdown level1 summary"><p>Shows a spell-checking dialog for an editor control.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_SpellChecker_C1SpellChecker_CheckControlAsync_System_Object_System_Boolean_C1_WPF_SpellChecker_ISpellDialog_" data-uid="C1.WPF.SpellChecker.C1SpellChecker.CheckControlAsync(System.Object,System.Boolean,C1.WPF.SpellChecker.ISpellDialog)">
          <a class="xref" href="C1.WPF.SpellChecker.C1SpellChecker.CheckControlAsync.html#C1_WPF_SpellChecker_C1SpellChecker_CheckControlAsync_System_Object_System_Boolean_C1_WPF_SpellChecker_ISpellDialog_">CheckControlAsync(object, bool, ISpellDialog)</a>
        </td>
        <td class="markdown level1 summary"><p>Shows a spell-checking dialog for an editor control.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_SpellChecker_C1SpellChecker_CheckText_System_String_" data-uid="C1.WPF.SpellChecker.C1SpellChecker.CheckText(System.String)">
          <a class="xref" href="C1.WPF.SpellChecker.C1SpellChecker.CheckText.html#C1_WPF_SpellChecker_C1SpellChecker_CheckText_System_String_">CheckText(string)</a>
        </td>
        <td class="markdown level1 summary"><p>Checks a string containing text and returns a list of spelling errors.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_SpellChecker_C1SpellChecker_CheckText_System_String_System_Int32_" data-uid="C1.WPF.SpellChecker.C1SpellChecker.CheckText(System.String,System.Int32)">
          <a class="xref" href="C1.WPF.SpellChecker.C1SpellChecker.CheckText.html#C1_WPF_SpellChecker_C1SpellChecker_CheckText_System_String_System_Int32_">CheckText(string, int)</a>
        </td>
        <td class="markdown level1 summary"><p>Checks a string containing text and returns a list of spelling errors.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_SpellChecker_C1SpellChecker_CheckText_System_String_System_Int32_System_Int32_" data-uid="C1.WPF.SpellChecker.C1SpellChecker.CheckText(System.String,System.Int32,System.Int32)">
          <a class="xref" href="C1.WPF.SpellChecker.C1SpellChecker.CheckText.html#C1_WPF_SpellChecker_C1SpellChecker_CheckText_System_String_System_Int32_System_Int32_">CheckText(string, int, int)</a>
        </td>
        <td class="markdown level1 summary"><p>Checks a string containing text and returns a list of spelling errors.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_SpellChecker_C1SpellChecker_CheckWord_System_String_" data-uid="C1.WPF.SpellChecker.C1SpellChecker.CheckWord(System.String)">
          <a class="xref" href="C1.WPF.SpellChecker.C1SpellChecker.CheckWord.html#C1_WPF_SpellChecker_C1SpellChecker_CheckWord_System_String_">CheckWord(string)</a>
        </td>
        <td class="markdown level1 summary"><p>Checks a word to see if it's spelled correctly.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_SpellChecker_C1SpellChecker_GetSuggestions_System_String_" data-uid="C1.WPF.SpellChecker.C1SpellChecker.GetSuggestions(System.String)">
          <a class="xref" href="C1.WPF.SpellChecker.C1SpellChecker.GetSuggestions.html#C1_WPF_SpellChecker_C1SpellChecker_GetSuggestions_System_String_">GetSuggestions(string)</a>
        </td>
        <td class="markdown level1 summary"><p>Gets an array containing suggestions for a misspelled word.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_SpellChecker_C1SpellChecker_GetSuggestions_System_String_System_Int32_" data-uid="C1.WPF.SpellChecker.C1SpellChecker.GetSuggestions(System.String,System.Int32)">
          <a class="xref" href="C1.WPF.SpellChecker.C1SpellChecker.GetSuggestions.html#C1_WPF_SpellChecker_C1SpellChecker_GetSuggestions_System_String_System_Int32_">GetSuggestions(string, int)</a>
        </td>
        <td class="markdown level1 summary"><p>Gets an array containing suggestions for a misspelled word.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_SpellChecker_C1SpellChecker_OnBadWordFound_C1_WPF_SpellChecker_BadWordEventArgs_" data-uid="C1.WPF.SpellChecker.C1SpellChecker.OnBadWordFound(C1.WPF.SpellChecker.BadWordEventArgs)">
          <a class="xref" href="C1.WPF.SpellChecker.C1SpellChecker.OnBadWordFound.html#C1_WPF_SpellChecker_C1SpellChecker_OnBadWordFound_C1_WPF_SpellChecker_BadWordEventArgs_">OnBadWordFound(BadWordEventArgs)</a>
        </td>
        <td class="markdown level1 summary"><p>Raises the <a class="xref" href="C1.WPF.SpellChecker.C1SpellChecker.BadWordFound.html">BadWordFound</a> event.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_SpellChecker_C1SpellChecker_OnCheckControlCompleted_C1_WPF_SpellChecker_CheckControlCompletedEventArgs_" data-uid="C1.WPF.SpellChecker.C1SpellChecker.OnCheckControlCompleted(C1.WPF.SpellChecker.CheckControlCompletedEventArgs)">
          <a class="xref" href="C1.WPF.SpellChecker.C1SpellChecker.OnCheckControlCompleted.html#C1_WPF_SpellChecker_C1SpellChecker_OnCheckControlCompleted_C1_WPF_SpellChecker_CheckControlCompletedEventArgs_">OnCheckControlCompleted(CheckControlCompletedEventArgs)</a>
        </td>
        <td class="markdown level1 summary"><p>Raises the <a class="xref" href="C1.WPF.SpellChecker.C1SpellChecker.CheckControlCompleted.html">CheckControlCompleted</a> event.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_SpellChecker_C1SpellChecker_OnContextMenuCreated_C1_WPF_SpellChecker_ContextMenuEventArgs_" data-uid="C1.WPF.SpellChecker.C1SpellChecker.OnContextMenuCreated(C1.WPF.SpellChecker.ContextMenuEventArgs)">
          <a class="xref" href="C1.WPF.SpellChecker.C1SpellChecker.OnContextMenuCreated.html#C1_WPF_SpellChecker_C1SpellChecker_OnContextMenuCreated_C1_WPF_SpellChecker_ContextMenuEventArgs_">OnContextMenuCreated(ContextMenuEventArgs)</a>
        </td>
        <td class="markdown level1 summary"><p>Raises the <a class="xref" href="C1.WPF.SpellChecker.C1SpellChecker.ContextMenuCreated.html">ContextMenuCreated</a> event.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_SpellChecker_C1SpellChecker_OnDictionaryChanged_System_EventArgs_" data-uid="C1.WPF.SpellChecker.C1SpellChecker.OnDictionaryChanged(System.EventArgs)">
          <a class="xref" href="C1.WPF.SpellChecker.C1SpellChecker.OnDictionaryChanged.html#C1_WPF_SpellChecker_C1SpellChecker_OnDictionaryChanged_System_EventArgs_">OnDictionaryChanged(EventArgs)</a>
        </td>
        <td class="markdown level1 summary"><p>Raises the <a class="xref" href="C1.WPF.SpellChecker.C1SpellChecker.DictionaryChanged.html">DictionaryChanged</a> event.</p>
</td>
      </tr>
    </tbody>
  </table>
  <h3 id="events">Events
</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_C1SpellChecker_BadWordFound" data-uid="C1.WPF.SpellChecker.C1SpellChecker.BadWordFound">
          <a class="xref" href="C1.WPF.SpellChecker.C1SpellChecker.BadWordFound.html">BadWordFound</a>
        </td>
        <td class="markdown level1 summary"><p>Event that fires when a spelling error is found by the <a class="xref" href="C1.WPF.SpellChecker.C1SpellChecker.html">C1SpellChecker</a>.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_SpellChecker_C1SpellChecker_CheckControlCompleted" data-uid="C1.WPF.SpellChecker.C1SpellChecker.CheckControlCompleted">
          <a class="xref" href="C1.WPF.SpellChecker.C1SpellChecker.CheckControlCompleted.html">CheckControlCompleted</a>
        </td>
        <td class="markdown level1 summary"><p>Event that fires when the <a class="xref" href="C1.WPF.SpellChecker.C1SpellChecker.CheckControlAsync.html#C1_WPF_SpellChecker_C1SpellChecker_CheckControlAsync_System_Object_">CheckControlAsync(object)</a> method finishes spell-checking a control.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_SpellChecker_C1SpellChecker_ContextMenuCreated" data-uid="C1.WPF.SpellChecker.C1SpellChecker.ContextMenuCreated">
          <a class="xref" href="C1.WPF.SpellChecker.C1SpellChecker.ContextMenuCreated.html">ContextMenuCreated</a>
        </td>
        <td class="markdown level1 summary"><p>Event that fires when a context menu is created containing the spelling suggestions and commands.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_SpellChecker_C1SpellChecker_DictionaryChanged" data-uid="C1.WPF.SpellChecker.C1SpellChecker.DictionaryChanged">
          <a class="xref" href="C1.WPF.SpellChecker.C1SpellChecker.DictionaryChanged.html">DictionaryChanged</a>
        </td>
        <td class="markdown level1 summary"><p>Event that fires when any of the spell dictionaries changes in any way.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
