Table of Contents

Method Remove

Namespace
DotNetBrowser.SpellCheck
Assembly
DotNetBrowser.dll

Remove(string)

Removes the specified word from the dictionary.

bool Remove(string word)

Parameters

word string

The word to remove from the dictionary. It must be UTF8, between 1 and 99 bytes long, and without leading or trailing ASCII whitespace.

Returns

bool

true if the word was found and removed successfully, false otherwise.

Exceptions

ArgumentException

The wordis null, empty, or contains only white space.

ObjectDisposedException

The ISpellCheckDictionary has already been disposed.