IEditorOperations.MoveToEndOfDocument(Boolean) Method

Definition

Moves the caret at the end of the document.

public:
 void MoveToEndOfDocument(bool extendSelection);
public:
 void MoveToEndOfDocument(bool extendSelection);
void MoveToEndOfDocument(bool extendSelection);
public void MoveToEndOfDocument (bool extendSelection);
abstract member MoveToEndOfDocument : bool -> unit
Public Sub MoveToEndOfDocument (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