This documentation is archived and is not being maintained.
TextBox.GetSpellingErrorStart Method
Visual Studio 2010
Returns the beginning character index for any spelling error that includes the specified character.
Assembly: PresentationFramework (in PresentationFramework.dll)
Parameters
- charIndex
- Type: System.Int32
The zero-based character index of a position in content to examine for a spelling error.
Return Value
Type: System.Int32The beginning character index for any spelling error that includes the character specified by charIndex, or –1 if the specified character is not part of a spelling error.
Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.
Show: