TextBox.GetNextSpellingErrorCharacterIndex(Int32, LogicalDirection) Method

Definition

Returns the beginning character index for the next spelling error in the contents of the text box.

public:
 int GetNextSpellingErrorCharacterIndex(int charIndex, System::Windows::Documents::LogicalDirection direction);
public int GetNextSpellingErrorCharacterIndex (int charIndex, System.Windows.Documents.LogicalDirection direction);
member this.GetNextSpellingErrorCharacterIndex : int * System.Windows.Documents.LogicalDirection -> int
Public Function GetNextSpellingErrorCharacterIndex (charIndex As Integer, direction As LogicalDirection) As Integer

Parameters

charIndex
Int32

The zero-based character index indicating a position from which to search for the next spelling error.

direction
LogicalDirection

One of the LogicalDirection values that specifies the direction in which to search for the next spelling error, starting at the specified charIndex.

Returns

The character index for the beginning of the next spelling error in the contents of the text box, or -1 if no next spelling error exists.

Applies to

See also