ISpellCheckerEnabled Property |
Enables or disables spell checking. By default, spell checking is enabled.
Namespace:
DotNetBrowser.SpellCheck
Assembly:
DotNetBrowser (in DotNetBrowser.dll) Version: 2.23.2
Syntax bool 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