# C1.WPF.SpellChecker.ISpellDialog.ErrorCount

## Content

<div class="doc-site-dotnet-api-container">



<h1 id="C1_WPF_SpellChecker_ISpellDialog_ErrorCount_" data-uid="C1.WPF.SpellChecker.ISpellDialog.ErrorCount*">ErrorCount Property
</h1>
<div class="markdown level0 summary"></div>
<div class="markdown level0 conceptual"></div>



<a id="C1_WPF_SpellChecker_ISpellDialog_ErrorCount_" data-uid="C1.WPF.SpellChecker.ISpellDialog.ErrorCount*"></a>
<h4 id="C1_WPF_SpellChecker_ISpellDialog_ErrorCount" data-uid="C1.WPF.SpellChecker.ISpellDialog.ErrorCount">ErrorCount</h4>
<div 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>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">int ErrorCount { get; }</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">ReadOnly Property ErrorCount As Integer</code></pre>
</div>
<h5 id="C1_WPF_SpellChecker_ISpellDialog_ErrorCount_remarks">Remarks</h5>
<div class="markdown level1 remarks"><p>This property contains the number of errors detected when the dialog is initially displayed. It does not change
when errors are removed from the error list when the user clicks the <b>IgnoreAll</b> or <b>Add</b>
buttons.</p>
</div>
</div>
