TextBox::GetSpellingError Method (Int32)
.NET Framework (current version)
Returns a SpellingError object associated with any spelling error at the specified character index.
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.Windows.Controls::SpellingError^A SpellingError object containing the details of the spelling error found at the character indicated by charIndex, or null if no spelling error exists at the specified character.
.NET Framework
Available since 3.0
Available since 3.0
Show: