SpellCheckManager Class Methods
In This Topic
For a list of all methods of this type, see
SpellCheckManager.
Public Methods
| | Name | Description |
 | AddWord | Adds the specified word to the specified engine. |
 | DisableEngine | Disables the specified spell check engine. |
 | Dispose | Releases all resources used by the SpellCheckManager object. |
 | EnableEngine | Enables the specified spell check engine. |
 | EnqueueTask | Adds the spell check task to the end of task queue. |
 | PushTask | Adds the spell check task to the beginning of task queue. |
 | RemoveWord | Removes the specified word from the specified spell check engine. |
 | Spell | Spells the specified word. |
 | Suggest | Returns a list of suggestions for the specified (misspelled) word. |
Protected Methods
See Also