SpellCheckerBase.IsMisspelledWord Method
Name | Parameters | Description |
---|---|---|
IsMisspelledWord(String, CultureInfo, Position, Position) | text, culture, start, finish | Checks whether the specified word is misspelled according to the dictionary for the specified culture, starting from and ending at the specified positions. |
IsMisspelledWord(String, CultureInfo) | text, culture | Checks whether the specified word is, according to the dictionary, misspelled for the specified culture. |