SpellCheckErrorBase Properties
A base class for spell check error information.| Name | Description |
|---|---|
| Culture | Returns the error’s culture. |
| FinishPosition | Gets or sets the end position of the misspelled word. |
| Result | Gets or sets the result operation. |
| RulesController | For internal use. |
| StartPosition | Gets or sets the start position of the misspelled word. |
| Suggestion | Gets or sets a suggestion word for the current error. |
| Suggestions | Gets or sets a collection of suggestions for the current error. |
| WrongWord | Returns a misspelled word. |
See Also