Table of Contents

Method PageUp

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

PageUp(bool, ICommandContext?)

Moves the cursor up by one page.

public bool PageUp(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