IEditorOperations.MoveToStartOfDocument(Boolean) Method

Definition

Moves the caret to the start of the document.

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