TextBox.GetNextSpellingErrorCharacterIndex Method
.NET Framework 3.0
Returns the beginning character index for the next spelling error in the contents of the TextBox.
Namespace: System.Windows.Controls
Assembly: PresentationFramework (in presentationframework.dll)
Assembly: PresentationFramework (in presentationframework.dll)
public int GetNextSpellingErrorCharacterIndex ( int charIndex, LogicalDirection direction )
public function GetNextSpellingErrorCharacterIndex ( charIndex : int, direction : LogicalDirection ) : int
You cannot use methods in XAML.
Parameters
- charIndex
Zero-based character index indicating a position from which to search for the next spelling error.
- direction
A LogicalDirection in which to search for the next spelling error, starting at the specified charIndex.
Return Value
The character index for the beginning of the next spelling error in the contents of the TextBox, or negative one (-1) if no next spelling error exists.Windows 98, Windows Server 2000 SP4, Windows CE, Windows Millennium Edition, Windows Mobile for Pocket PC, Windows Mobile for Smartphone, Windows Server 2003, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP SP2, Windows XP Starter Edition
The Microsoft .NET Framework 3.0 is supported on Windows Vista, Microsoft Windows XP SP2, and Windows Server 2003 SP1.