SpellCheckManager Class Members
In This Topic
The following tables list the members exposed by
SpellCheckManager.
Public Constructors
Public Properties
| Name | Description |
 | CanSpelling | Gets a value indicating whether the manager can be spelling text. |
 | Engines | Gets or sets the readonly check engines collection that is used by this manager. |
 | IsEnabled | Gets or sets a value indicating whether the spell check engine is enabled. |
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
Public Events
| Name | Description |
 | Changed | Occurs when the spell check engine is changed. |
See Also