Method IsWordCorrect
IsWordCorrect(string)
Checks whether spelling for the given word is correct.
public virtual bool IsWordCorrect(string text)
Parameters
textstringSpecifies text to check-up.
Returns
- bool
True if correct; otherwise false.
IsWordCorrect(string, Point)
Checks whether spelling for the given word is correct.
public virtual bool IsWordCorrect(string text, Point position)
Parameters
textstringSpecifies text to check-up.
positionPointSpecifies position of the word within the text.
Returns
- bool
True if correct; otherwise false.