IEditorOperations.PageDown(Boolean) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.