ISpellChecker Interface |
Namespace: DotNetBrowser.SpellCheck
public interface ISpellChecker : IAutoDisposable
The ISpellChecker type exposes the following members.
| Name | Description | |
|---|---|---|
| CustomDictionary |
Gets the custom dictionary.
| |
| DictionaryNames |
Gets or sets the list of the dictionary names used for spell checking.
| |
| Enabled |
Enables or disables spell checking. By default, spell checking is enabled.
| |
| Engine |
The IEngine instance associated with this object.
| |
| IsDisposed |
Indicates if the object is already disposed.
(Inherited from IAutoDisposable.) |
| Name | Description | |
|---|---|---|
| Disposed |
Occurs when the object has been disposed.
(Inherited from IAutoDisposable.) |