# C1.Win.SpellChecker.SpellOptions.ActiveSpellingEnabled

## Content

<div class="doc-site-dotnet-api-container">



<h1 id="C1_Win_SpellChecker_SpellOptions_ActiveSpellingEnabled_" data-uid="C1.Win.SpellChecker.SpellOptions.ActiveSpellingEnabled*">ActiveSpellingEnabled Property
</h1>
<div class="markdown level0 summary"></div>
<div class="markdown level0 conceptual"></div>



<a id="C1_Win_SpellChecker_SpellOptions_ActiveSpellingEnabled_" data-uid="C1.Win.SpellChecker.SpellOptions.ActiveSpellingEnabled*"></a>
<h4 id="C1_Win_SpellChecker_SpellOptions_ActiveSpellingEnabled" data-uid="C1.Win.SpellChecker.SpellOptions.ActiveSpellingEnabled">ActiveSpellingEnabled</h4>
<div class="markdown level1 summary"><p>Gets or sets whether active (as-you-type) spell-checking is enabled.</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 bool ActiveSpellingEnabled { get; set; }</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">&lt;Browsable(False)&gt;
Public Property ActiveSpellingEnabled As Boolean</code></pre>
</div>
<h5 id="C1_Win_SpellChecker_SpellOptions_ActiveSpellingEnabled_remarks">Remarks</h5>
<div class="markdown level1 remarks"><p>This property allows you to temporarily turn off active spell-checking for all
connected editors.</p>
<p>To turn active spell-checking on or off for specific editors, use the
<a class="xref" href="C1.Win.SpellChecker.C1SpellChecker.SetActiveSpellChecking.html#C1_Win_SpellChecker_C1SpellChecker_SetActiveSpellChecking_C1_Win_SpellChecker_ISpellCheckableRichEditor_System_Boolean_">SetActiveSpellChecking(ISpellCheckableRichEditor, bool)</a> method.</p>
</div>
</div>
