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)
When implemented by a class, checks whether spelling for the given word is correct.
public virtual bool IsWordCorrect(string text, Point position)
Parameters
Returns
- bool
True if correct; otherwise false.
IsWordCorrect(string, StringItemInfo)
protected bool IsWordCorrect(string text, StringItemInfo colorStyle)
Parameters
text
stringcolorStyle
StringItemInfo