Table of Contents

Method PageDown

Namespace
Terminal.Gui.Views
Assembly
Terminal.Gui.dll

PageDown(bool, ICommandContext?)

Moves the cursor down by one page.

public bool PageDown(bool extend, ICommandContext? ctx)

Parameters

extend bool

true to extend the current selection (if any) instead of replacing

ctx ICommandContext

The command context

Returns

bool