ISpellCheckEngine Interface Members
In This Topic
The following tables list the members exposed by
ISpellCheckEngine.
Public Properties
| Name | Description |
 | IsEnabled | Gets or sets a value indicating whether the spell check engine is enabled. |
 | Languages | Gets a list of languages, which are supported by this spell check engine. |
 | Name | Gets the name of spell check engine. |
Public Methods
| Name | Description |
 | Add | Adds the specified word to the internal dictionary. |
 | CanAdd | Determines whether the specified word can be added to the internal dictionary. |
 | Remove | Removes the specified word from the internal dictionary. |
 | Spell | Spells the specified word. |
 | Suggest | Returns a list of suggestions for the specified (misspelled) word. |
See Also