IEditorOperations.MoveToBottomOfView(Boolean) Method

Definition

Moves the caret to the last fully-visible line of the view.

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