RichTextBox::GetNextSpellingErrorPosition Method (TextPointer^, LogicalDirection)
.NET Framework (current version)
Returns a TextPointer that points to the next spelling error in the contents of the RichTextBox.
Assembly: PresentationFramework (in PresentationFramework.dll)
public:
TextPointer^ GetNextSpellingErrorPosition(
TextPointer^ position,
LogicalDirection direction
)
Parameters
- position
-
Type:
System.Windows.Documents::TextPointer^
A TextPointer indicating a position from which to search for the next spelling error.
- direction
-
Type:
System.Windows.Documents::LogicalDirection
A LogicalDirection in which to search for the next spelling error, starting at the specified posision.
Return Value
Type: System.Windows.Documents::TextPointer^A TextPointer that points to the next spelling error in the contents of the RichTextBox, or null if no next spelling error exists.
.NET Framework
Available since 3.0
Available since 3.0
Show: