IEditorOperations.PageDown(Boolean) Method

Definition

Moves the caret one page down.

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