Table of Contents

Method MoveCursorToEndOfRow

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

MoveCursorToEndOfRow(bool, ICommandContext?)

Moves the cursor (or extends the selection) to the last cell in the current row.

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