Property Enabled
- Namespace
 - DotNetBrowser.SpellCheck
 
- Assembly
 - DotNetBrowser.dll
 
Enabled
Enables or disables spell checking. By default, spell checking is enabled.
bool Enabled { get; set; }
Property Value
- bool
 trueif spell checking is enabled,falseotherwise.
Exceptions
- ObjectDisposedException
 The ISpellChecker has already been disposed.