ISpellCheckerEnabled Property |
Enables or disables spell checking. By default, spell checking is enabled.
Namespace:
DotNetBrowser.SpellCheck
Assembly:
DotNetBrowser (in DotNetBrowser.dll) Version: 2.27.7
Syntaxbool Enabled { get; set; }Property Value
Type:
Booleantrue if spell checking is enabled,
false otherwise.
Exceptions| Exception | Condition |
|---|
| ObjectDisposedException |
The ISpellChecker has already been disposed.
|
See Also