Keyoti RapidSpell WPF Checks text for spelling correctness, from startPosition in text, mis-spelt words can be accessed through NextBadWord.

Declaration Syntax
public virtual void Check(
string text,
int startPosition
)
Public Overridable Sub Check ( _
text As String, _
startPosition As Integer _
)
public:
virtual void Check(
String^ text,
int startPosition
)

Parameters
- text (String)
- the text to be checked
- startPosition (Int32)
- the position in the text to begin checking from

Return Value
void

Remarks
startPosition should be >=0 but if it is < 0 it is set = 0.

Exceptions
Assembly:
Keyoti3.RapidSpell.WPF (Module: Keyoti3.RapidSpell.WPF) Version: 2.0.10.827