Table of Contents

Interface ISpellCheckDictionary

Namespace
DotNetBrowser.SpellCheck
Assembly
DotNetBrowser.dll

Provides functionality for working with a spell check dictionary.

public interface ISpellCheckDictionary : IAutoDisposable
Inherited Members

Properties

Words

Gets the words in the dictionary.

Methods

Add(string)

Adds the specified word to the dictionary and schedules a write to disk.

Contains(string)

Checks if the dictionary contains the specified word.

Remove(string)

Removes the specified word from the dictionary.