IEditorOperations::PageDown Method (Boolean)

 

Moves the caret one page down.

Namespace:   Microsoft.VisualStudio.Text.Operations
Assembly:  Microsoft.VisualStudio.Text.UI (in Microsoft.VisualStudio.Text.UI.dll)

void PageDown(
	bool extendSelection
)

Parameters

extendSelection
Type: System::Boolean

If true, the selection is extended when the caret is moved; if false, the selection is not extended.

Return to top
Show: