Method IsWordCorrect
IsWordCorrect(string)
Checks whether spelling for the given word is correct.
public virtual bool IsWordCorrect(string text)
Parameters
text
stringSpecifies 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
text
stringSpecifies text to check-up.
position
PointSpecifies position of the word within the text.
Returns
- bool
True if correct; otherwise false.