SpellCheckerBase.Check Method
Name | Parameters | Description |
---|---|---|
Check(ISpellCheckTextController) | controller | Checks the spelling of the text available through the controller interface. |
Check(String, Position, Position) | text, start, finish | Checks the spelling of words in a text string. |
Check(String) | text | Checks the spelling of words in a text string and invokes the spelling dialog if an error is found. |