Back to Devexpress

SpellCheckerBase.IsMisspelledWord Method

corelibraries-devexpress-dot-xtraspellchecker-dot-spellcheckerbase-dot-ismisspelledword.md

latest764 B
Original Source

SpellCheckerBase.IsMisspelledWord Method

NameParametersDescription
IsMisspelledWord(String, CultureInfo, Position, Position)text, culture, start, finishChecks 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, cultureChecks whether the specified word is, according to the dictionary, misspelled for the specified culture.