Click or drag to resize

ISpellCheckerEnabled Property

Enables or disables spell checking. By default, spell checking is enabled.

Namespace:  DotNetBrowser.SpellCheck
Assembly:  DotNetBrowser (in DotNetBrowser.dll) Version: 2.13.0
Syntax
C#
bool Enabled { get; set; }

Property Value

Type: Boolean
true if spell checking is enabled, false otherwise.
Exceptions
ExceptionCondition
ObjectDisposedExceptionThe ISpellChecker has already been disposed.
See Also