ISpellCheckDictionary Interface | 
Namespace: DotNetBrowser.SpellCheck
public interface ISpellCheckDictionary : IAutoDisposable
The ISpellCheckDictionary type exposes the following members.
| Name | Description | |
|---|---|---|
| IsDisposed | 
                Indicates if the object is already disposed.
              (Inherited from IAutoDisposable.) | |
| Words | 
                Gets the words in the dictionary.
              | 
| Name | Description | |
|---|---|---|
| Add | 
                Adds the specified word to the dictionary and schedules a write to disk.
              | |
| Contains | 
                Checks if the dictionary contains the specified word.
              | |
| Remove | 
                Removes the specified word from the dictionary.
              | 
| Name | Description | |
|---|---|---|
| Disposed | 
                Occurs when the object has been disposed.
              (Inherited from IAutoDisposable.) |