# C1.WPF.SpellChecker.DictionaryState

## Content

<div class="doc-site-dotnet-api-container">




  <h1 id="C1_WPF_SpellChecker_DictionaryState" data-uid="C1.WPF.SpellChecker.DictionaryState" class="text-break">DictionaryState Enum
</h1>
  <div class="markdown level0 summary"><p>Describes the current state of a <a class="xref" href="C1.WPF.SpellChecker.SpellDictionary.html">SpellDictionary</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_DictionaryState_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public enum DictionaryState</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Enum DictionaryState</code></pre>
  </div>
  <h3 id="fields">Fields
</h3>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    <thead>
    </thead></thead><tbody>
      <tr>
        <td id="C1_WPF_SpellChecker_DictionaryState_Empty">Empty</td>
        <td><p>The dictionary has not been loaded yet.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_SpellChecker_DictionaryState_FileNotFound">FileNotFound</td>
        <td><p>The dictionary has not been loaded because the specified file could not be found.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_SpellChecker_DictionaryState_InvalidFileFormat">InvalidFileFormat</td>
        <td><p>The dictionary has not been loaded because the specified file has invalid format.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_SpellChecker_DictionaryState_InvalidPassword">InvalidPassword</td>
        <td><p>The dictionary is protected and the password used to load it was missing or incorrect.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_SpellChecker_DictionaryState_Loaded">Loaded</td>
        <td><p>The dictionary has been successfully loaded.</p>
</td>
      </tr>
    </tbody>
  </table>
</div>
