TextBox.GetNextSpellingErrorCharacterIndex(Int32, LogicalDirection) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.