SpellCheckTask Class Members
In This Topic
The following tables list the members exposed by
SpellCheckTask.
Public Constructors
| Name | Description |
 | SpellCheckTask | Overloaded. Initializes a new instance of the class. |
Public Properties
| Name | Description |
 | IsExecuted | Gets a value indicating whether this task is executed. |
 | IsFinished | Gets a value indicating whether this task is finished. |
 | SpellResult | Gets a list of spelling results. |
 | SuggestResult | Gets a list of suggestion results. |
 | Words | Gets the words to spell check. |
Public Methods
| Name | Description |
 | Cancel | Cancels this task. |
 | Execute | Executes the task on the specified spell check manager. |
Protected Methods
Public Events
| Name | Description |
 | Executed | Occurs when this task is executed successfully. |
See Also