Click or drag to resize

ILanguagesRemove Method

Removes the language from the list of the languages for which spell checking is performed.

Namespace:  DotNetBrowser.SpellCheck
Assembly:  DotNetBrowser (in DotNetBrowser.dll) Version: 2.24.0
Syntax
C#
void Remove(
	Language language
)

Parameters

language
Type: DotNetBrowser.SpellCheckLanguage
Exceptions
ExceptionCondition
ObjectDisposedException The ISpellChecker has already been disposed.
Remarks

If all languages are removed, Chromium performs no spell checking. To enable spell checking, add a language using the Add(Language) method.

On macOS, this method does nothing because spellcheck languages are configured in the OS settings.

See Also