IEditorOperations.MoveToEndOfLine(Boolean) Method

Definition

Moves the caret to the end of the line.

public:
 void MoveToEndOfLine(bool extendSelection);
public:
 void MoveToEndOfLine(bool extendSelection);
void MoveToEndOfLine(bool extendSelection);
public void MoveToEndOfLine (bool extendSelection);
abstract member MoveToEndOfLine : bool -> unit
Public Sub MoveToEndOfLine (extendSelection As Boolean)

Parameters

extendSelection
Boolean

If true, the selection is extended when the caret is moved; if false, the selection is not extended.

Applies to