Click or drag to resize

ISpellChecker Interface

Represents an engine service that provides functionality for configuring spell checking.

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

The ISpellChecker type exposes the following members.

Properties
  NameDescription
Public propertyCustomDictionary
Gets the custom dictionary.
Public propertyDictionaryNames
Gets or sets the list of the dictionary names used for spell checking.
Public propertyEnabled
Enables or disables spell checking. By default, spell checking is enabled.
Public propertyEngine
The IEngine instance associated with this object.
Public propertyIsDisposed
Indicates if the object is already disposed.
(Inherited from IAutoDisposable.)
Top
Events
  NameDescription
Public eventDisposed
Occurs when the object has been disposed.
(Inherited from IAutoDisposable.)
Top
See Also