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
true
if spell checking is enabled,false
otherwise.
Exceptions
- ObjectDisposedException
The ISpellChecker has already been disposed.