# C1.WPF.SpellChecker.C1SpellChecker.IgnoreList

## Content

<div class="doc-site-dotnet-api-container">



<h1 id="C1_WPF_SpellChecker_C1SpellChecker_IgnoreList_" data-uid="C1.WPF.SpellChecker.C1SpellChecker.IgnoreList*">IgnoreList Property
</h1>
<div class="markdown level0 summary"></div>
<div class="markdown level0 conceptual"></div>



<a id="C1_WPF_SpellChecker_C1SpellChecker_IgnoreList_" data-uid="C1.WPF.SpellChecker.C1SpellChecker.IgnoreList*"></a>
<h4 id="C1_WPF_SpellChecker_C1SpellChecker_IgnoreList" data-uid="C1.WPF.SpellChecker.C1SpellChecker.IgnoreList">IgnoreList</h4>
<div class="markdown level1 summary"><p>Gets the list of words to ignore during spell-checking.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">public WordList IgnoreList { get; }</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">Public ReadOnly Property IgnoreList As WordList</code></pre>
</div>
<h5 id="C1_WPF_SpellChecker_C1SpellChecker_IgnoreList_remarks">Remarks</h5>
<div class="markdown level1 remarks"><pre><code>&lt;p&gt;The list is used by the built-in spell dialog and by the as-you-type mechanism.&lt;/p&gt;
&lt;p&gt;The user may add words to this list using the &quot;Ignore All&quot; button in the spell dialog 
</code></pre>
<p>or the &quot;Ignore All&quot; option in the as-you-type context menu.</p>
<p>Strings in the list are case-sensitive.</p>
</div>
</div>
