# C1.WPF.SpellChecker.ISpellDialog

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="C1_WPF_SpellChecker_ISpellDialog" data-uid="C1.WPF.SpellChecker.ISpellDialog" class="text-break">ISpellDialog Interface
</h1>
  <div class="markdown level0 summary"><p>Interface that must be implemented by dialogs to provide spell checking.</p>
</div>
  <div class="markdown level0 conceptual"></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_ISpellDialog_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public interface ISpellDialog</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Interface ISpellDialog</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_ISpellDialog_Editor" data-uid="C1.WPF.SpellChecker.ISpellDialog.Editor">
          <a class="xref" href="C1.WPF.SpellChecker.ISpellDialog.Editor.html#C1_WPF_SpellChecker_ISpellDialog_Editor">Editor</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the <a class="xref" href="C1.WPF.SpellChecker.ISpellCheckableEditor.html">ISpellCheckableEditor</a> object that is being spell-checked.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_SpellChecker_ISpellDialog_ErrorCount" data-uid="C1.WPF.SpellChecker.ISpellDialog.ErrorCount">
          <a class="xref" href="C1.WPF.SpellChecker.ISpellDialog.ErrorCount.html#C1_WPF_SpellChecker_ISpellDialog_ErrorCount">ErrorCount</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the number of errors initially detected by the <a class="xref" href="C1.WPF.SpellChecker.C1SpellChecker.html">C1SpellChecker</a> that controls this dialog.</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_ISpellDialog_Initialize_C1_WPF_SpellChecker_C1SpellChecker_C1_WPF_SpellChecker_ISpellCheckableEditor_C1_WPF_SpellChecker_CharRangeList_" data-uid="C1.WPF.SpellChecker.ISpellDialog.Initialize(C1.WPF.SpellChecker.C1SpellChecker,C1.WPF.SpellChecker.ISpellCheckableEditor,C1.WPF.SpellChecker.CharRangeList)">
          <a class="xref" href="C1.WPF.SpellChecker.ISpellDialog.Initialize.html#C1_WPF_SpellChecker_ISpellDialog_Initialize_C1_WPF_SpellChecker_C1SpellChecker_C1_WPF_SpellChecker_ISpellCheckableEditor_C1_WPF_SpellChecker_CharRangeList_">Initialize(C1SpellChecker, ISpellCheckableEditor, CharRangeList)</a>
        </td>
        <td class="markdown level1 summary"><p>Initializes the dialog with the <a class="xref" href="C1.WPF.SpellChecker.C1SpellChecker.html">C1SpellChecker</a> being used to check the spelling
on a control, the <a class="xref" href="C1.WPF.SpellChecker.ISpellCheckableEditor.html">ISpellCheckableEditor</a> control that is being checked, and an
initial <a class="xref" href="C1.WPF.SpellChecker.CharRangeList.html">CharRangeList</a> that contains the list of errors detected by the spell checker.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
