Gets a two values integer array that represents the start position and length of the sentence where the current word to correct is located. This property is redetermined on every change of the CurrentWordToCorrect property.

Syntax

public int[] PreviewSentenceBounds { get; }
Public ReadOnly Property PreviewSentenceBounds() As As Integer()

Limitations

Read only.

Remarks

This property only provides an array of sentence bounds if the SpellingCorrectionUIProvider's mode is set to SuggestionsCreated, NoSuggestionsCreated, WordToCorrectIsDuplicate or WordToCorrectEditing. Otherwise the value is null.