# C1.WPF.SpellChecker.ISpellCheckableEditor

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="C1_WPF_SpellChecker_ISpellCheckableEditor" data-uid="C1.WPF.SpellChecker.ISpellCheckableEditor" class="text-break">ISpellCheckableEditor Interface
</h1>
  <div class="markdown level0 summary"><p>Interface used to provide modal (dialog-based) spell-checking using a <a class="xref" href="C1.WPF.SpellChecker.C1SpellChecker.html">C1SpellChecker</a>.</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_ISpellCheckableEditor_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public interface ISpellCheckableEditor</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Interface ISpellCheckableEditor</code></pre>
  </div>
  <h5 id="C1_WPF_SpellChecker_ISpellCheckableEditor_remarks"><strong>Remarks</strong></h5>
  <div class="markdown level0 remarks"><pre><code>&lt;p&gt;The &lt;xref href=&quot;C1.WPF.SpellChecker.C1SpellChecker&quot; data-throw-if-not-resolved=&quot;false&quot;&gt;&lt;/xref&gt; can provide spell-checking for classes implementing the required interface or basic &lt;xref href=&quot;System.Windows.Controls.TextBox&quot; data-throw-if-not-resolved=&quot;false&quot;&gt;&lt;/xref&gt; controls.&lt;/p&gt;
&lt;p&gt;To use &lt;xref href=&quot;C1.WPF.SpellChecker.C1SpellChecker&quot; data-throw-if-not-resolved=&quot;false&quot;&gt;&lt;/xref&gt; with other editors, you should create a class that 
</code></pre>
<p>implements the <a class="xref" href="C1.WPF.SpellChecker.ISpellCheckableEditor.html">ISpellCheckableEditor</a> interface on behalf of the editor.</p>
</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_ISpellCheckableEditor_Control" data-uid="C1.WPF.SpellChecker.ISpellCheckableEditor.Control">
          <a class="xref" href="C1.WPF.SpellChecker.ISpellCheckableEditor.Control.html#C1_WPF_SpellChecker_ISpellCheckableEditor_Control">Control</a>
        </td>
        <td class="markdown level1 summary"><p>Gets a reference to the <a class="xref" href="C1.WPF.SpellChecker.ISpellCheckableEditor.Control.html#C1_WPF_SpellChecker_ISpellCheckableEditor_Control">Control</a> that implements the editor.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_SpellChecker_ISpellCheckableEditor_SelectedText" data-uid="C1.WPF.SpellChecker.ISpellCheckableEditor.SelectedText">
          <a class="xref" href="C1.WPF.SpellChecker.ISpellCheckableEditor.SelectedText.html#C1_WPF_SpellChecker_ISpellCheckableEditor_SelectedText">SelectedText</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the text that is selected in the editor.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_SpellChecker_ISpellCheckableEditor_SelectionLength" data-uid="C1.WPF.SpellChecker.ISpellCheckableEditor.SelectionLength">
          <a class="xref" href="C1.WPF.SpellChecker.ISpellCheckableEditor.SelectionLength.html#C1_WPF_SpellChecker_ISpellCheckableEditor_SelectionLength">SelectionLength</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the length of text selected in the editor.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_SpellChecker_ISpellCheckableEditor_SelectionStart" data-uid="C1.WPF.SpellChecker.ISpellCheckableEditor.SelectionStart">
          <a class="xref" href="C1.WPF.SpellChecker.ISpellCheckableEditor.SelectionStart.html#C1_WPF_SpellChecker_ISpellCheckableEditor_SelectionStart">SelectionStart</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the starting index of text selected in the editor.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_SpellChecker_ISpellCheckableEditor_Text" data-uid="C1.WPF.SpellChecker.ISpellCheckableEditor.Text">
          <a class="xref" href="C1.WPF.SpellChecker.ISpellCheckableEditor.Text.html#C1_WPF_SpellChecker_ISpellCheckableEditor_Text">Text</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the text in the editor.</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_ISpellCheckableEditor_BeginSpell" data-uid="C1.WPF.SpellChecker.ISpellCheckableEditor.BeginSpell">
          <a class="xref" href="C1.WPF.SpellChecker.ISpellCheckableEditor.BeginSpell.html#C1_WPF_SpellChecker_ISpellCheckableEditor_BeginSpell">BeginSpell()</a>
        </td>
        <td class="markdown level1 summary"><p>Called when the spell-checking process starts.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_SpellChecker_ISpellCheckableEditor_EndSpell" data-uid="C1.WPF.SpellChecker.ISpellCheckableEditor.EndSpell">
          <a class="xref" href="C1.WPF.SpellChecker.ISpellCheckableEditor.EndSpell.html#C1_WPF_SpellChecker_ISpellCheckableEditor_EndSpell">EndSpell()</a>
        </td>
        <td class="markdown level1 summary"><p>Called when the spell-checking process ends.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_SpellChecker_ISpellCheckableEditor_HasMoreText" data-uid="C1.WPF.SpellChecker.ISpellCheckableEditor.HasMoreText">
          <a class="xref" href="C1.WPF.SpellChecker.ISpellCheckableEditor.HasMoreText.html#C1_WPF_SpellChecker_ISpellCheckableEditor_HasMoreText">HasMoreText()</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the next batch of text to spell check using the same modal dialog.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_SpellChecker_ISpellCheckableEditor_Select_System_Int32_System_Int32_" data-uid="C1.WPF.SpellChecker.ISpellCheckableEditor.Select(System.Int32,System.Int32)">
          <a class="xref" href="C1.WPF.SpellChecker.ISpellCheckableEditor.Select.html#C1_WPF_SpellChecker_ISpellCheckableEditor_Select_System_Int32_System_Int32_">Select(int, int)</a>
        </td>
        <td class="markdown level1 summary"><p>Selects a range of text in the editor.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
