Click or drag to resize

ISpellCheckDictionary Interface

Provides functionality for working with a spell check dictionary.

Namespace:  DotNetBrowser.SpellCheck
Assembly:  DotNetBrowser (in DotNetBrowser.dll) Version: 2.13.0
Syntax
C#
public interface ISpellCheckDictionary : IAutoDisposable

The ISpellCheckDictionary type exposes the following members.

Properties
  NameDescription
Public propertyIsDisposed
Indicates if the object is already disposed.
(Inherited from IAutoDisposable.)
Public propertyWords
Gets the words in the dictionary.
Top
Methods
  NameDescription
Public methodAdd
Adds the specified word to the dictionary and schedules a write to disk.
Public methodContains
Checks if the dictionary contains the specified word.
Public methodRemove
Removes the specified word from the dictionary.
Top
Events
  NameDescription
Public eventDisposed
Occurs when the object has been disposed.
(Inherited from IAutoDisposable.)
Top
See Also