TextBox::GetNextSpellingErrorCharacterIndex Method (Int32, LogicalDirection)
.NET Framework (current version)
Returns the beginning character index for the next spelling error in the contents of the text box.
Assembly: PresentationFramework (in PresentationFramework.dll)
public: int GetNextSpellingErrorCharacterIndex( int charIndex, LogicalDirection direction )
Parameters
- charIndex
-
Type:
System::Int32
The zero-based character index indicating a position from which to search for the next spelling error.
- direction
-
Type:
System.Windows.Documents::LogicalDirection
One of the LogicalDirection values that specifies the direction in which to search for the next spelling error, starting at the specified charIndex.
Return Value
Type: System::Int32The 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.
.NET Framework
Available since 3.0
Available since 3.0
Show: