RichTextBox::GetSpellingError Method (TextPointer^)
.NET Framework (current version)
Returns a SpellingError object associated with any spelling error at a specified position in the contents of the RichTextBox.
Assembly: PresentationFramework (in PresentationFramework.dll)
Parameters
- position
-
Type:
System.Windows.Documents::TextPointer^
A TextPointer that specifies a position and logical direction that resolves to a character to examine for a spelling error. Use the LogicalDirection property of this TextPointer to specify the direction of the character to examine.
Return Value
Type: System.Windows.Controls::SpellingError^A SpellingError object containing the details of the spelling error found at the character indicated by position, or null if no spelling error exists at the specified character.
A TextPointer like position usually specifies a position between two characters. Use the LogicalDirection property of position to specify which character to examine.
.NET Framework
Available since 3.0
Available since 3.0
Show: