# C1.Win.SpellChecker.C1SpellChecker.IgnoreList

## Content

<div class="doc-site-dotnet-api-container">



<h1 id="C1_Win_SpellChecker_C1SpellChecker_IgnoreList_" data-uid="C1.Win.SpellChecker.C1SpellChecker.IgnoreList*">IgnoreList Property
</h1>
<div class="markdown level0 summary"></div>
<div class="markdown level0 conceptual"></div>



<a id="C1_Win_SpellChecker_C1SpellChecker_IgnoreList_" data-uid="C1.Win.SpellChecker.C1SpellChecker.IgnoreList*"></a>
<h4 id="C1_Win_SpellChecker_C1SpellChecker_IgnoreList" data-uid="C1.Win.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">[Browsable(false)]
public WordList IgnoreList { get; }</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">&lt;Browsable(False)&gt;
Public ReadOnly Property IgnoreList As WordList</code></pre>
</div>
<h5 id="C1_Win_SpellChecker_C1SpellChecker_IgnoreList_remarks">Remarks</h5>
<div class="markdown level1 remarks"><p>The list is used by the built-in spell dialog and by the as-you-type mechanism.</p>
<p>The user may add words to this list using the "Ignore All" button in the spell dialog 
or the "Ignore All" option in the as-you-type context menu.</p>
<p>Strings in the list are case-sensitive.</p>
</div>
</div>
