Table of Contents

Method Remove

Namespace
DotNetBrowser.SpellCheck
Assembly
DotNetBrowser.dll

Remove(Language)

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

void Remove(Language language)

Parameters

language Language

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.

Exceptions

ObjectDisposedException

The ISpellChecker has already been disposed.