Keyoti RapidSpell Silverlight
Finds the sentence up to 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 second part of the sentence starts

Return Value
A 2 element string array holding the sentence up to 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.Silverlight (Module: Keyoti3.RapidSpell.Silverlight) Version: 2.0.12.706 (2.0.12.706)