The Correction
public sealed class CorrectionHandlerPublic NotInheritable Class CorrectionHandler Introduced: 6.0.
| Method | Description |
|---|---|
| Add |
Adds the text of the current word to correct to all user dictionaries of the current dictionary collection where the Is |
| Change | Replaces the current word to correct with a specified word. |
| Change |
Replaces all words to correct, that have the same text like the current uncorrected word. |
| Check |
Returns a value whether the specified word was found in one of the current selected suggestion dictionaries or not. |
| Delete | Deletes the current word to correct. |
| Ignore | Ignores the current misspelled. |
| Ignore |
Ignores all words to correct, that have the same text like the current uncorrected word. |
| Property | Description |
|---|---|
| Is |
Gets a value whether the Add |
| Is |
Gets a value whether the Change |
| Is |
Gets a value whether the Change method is enabled or not. |
| Is |
Gets a value whether the Delete method is enabled or not. |
| Is |
Gets a value whether the Ignore |
| Is |
Gets a value whether the Ignore method is enabled or not. |
| Is |
Gets a value whether the current Spelling |
| Is |
Gets a value whether the current Spelling |