Table of Contents

Method MoveCursorToStartOfRow

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

MoveCursorToStartOfRow(bool, ICommandContext?)

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

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