RichTextBox::GetSpellingErrorRange Method (TextPointer^)
.NET Framework (current version)
Returns a TextRange object covering any misspelled word 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.Documents::TextRange^A TextRange object covering any misspelled word that includes the character specified 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: