ISpellChecker Interface |
Namespace: DotNetBrowser.SpellCheck
public interface ISpellChecker : IAutoDisposable
The ISpellChecker type exposes the following members.
Name | Description | |
---|---|---|
CustomDictionary |
Gets the custom dictionary.
| |
DictionaryNames | Obsolete.
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.) | |
Languages |
Gets the list of the languages used for spell checking.
|
Name | Description | |
---|---|---|
Disposed |
Occurs when the object has been disposed.
(Inherited from IAutoDisposable.) |