Keyoti RapidSpell WPF
Finds the sentence upto a point and the sentence after a point

Declaration Syntax
protected virtual string[] GenerateSentenceParts(
int preEnd,
int postStart
)
Protected Overridable Function GenerateSentenceParts ( _
preEnd As Integer, _
postStart As Integer _
) As String()
protected:
virtual array<String^>^ GenerateSentenceParts(
int preEnd,
int postStart
)

Parameters
- preEnd (Int32)
- The point at which the first part of the sentence ends
- postStart (Int32)
- The point at which the seconf part of the sentence starts

Return Value
A 2 element string array holding the sentence upto preEnd in the first element and the sentence after postStart in the second element.
The intention is that preEnd is the beginning of a misspelled word and postStart is the end of a misspelled word. The sentence
parts are then used as context in the query dialog box.
Assembly:
Keyoti3.RapidSpell.WPF (Module: Keyoti3.RapidSpell.WPF) Version: 2.0.10.827