Method IsSelected | Terminal.Gui v2 (original) (raw)

Namespace

Terminal.Gui

Assembly

Terminal.Gui.dll

IsSelected(int, int)

Returns true if the given cell is selected either because it is the active cell or part of a multi cell selection (e.g. FullRowSelect).

Returns false if Visible is false.

public bool IsSelected(int col, int row)

Parameters

col int

row int

Returns

bool