Method IsWordCorrect
- Namespace
- Alternet.Editor.TextSource
- Assembly
- Alternet.Editor.v9.dll
IsWordCorrect(string)
When implemented by a class, checks whether spelling for the given word is correct.
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.
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.