ITextCaret.MoveTo Method
Include Protected Members
Include Inherited Members
Moves the caret.
This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.
Overload List
Name | Description | |
---|---|---|
MoveTo(ITextViewLine) | Moves the caret to the specified text line while preserving its current x-coordinate. | |
MoveTo(SnapshotPoint) | Moves the caret to the given index in the underlying ITextBuffer. | |
MoveTo(VirtualSnapshotPoint) | Moves the caret to the specified buffer position. | |
MoveTo(ITextViewLine, Double) | Moves the caret to the best CaretPosition for the specified x-coordinate and text line. | |
MoveTo(SnapshotPoint, PositionAffinity) | Moves the caret to the given index in the underlying ITextBuffer. | |
MoveTo(VirtualSnapshotPoint, PositionAffinity) | Moves the caret to the specified buffer position. | |
MoveTo(ITextViewLine, Double, Boolean) | Moves the caret to the best CaretPosition for the specified x-coordinate and text line. | |
MoveTo(SnapshotPoint, PositionAffinity, Boolean) | Moves the caret to the given index in the underlying ITextBuffer. | |
MoveTo(VirtualSnapshotPoint, PositionAffinity, Boolean) | Moves the caret to the specified buffer position. |
Top