Table of Contents

Method IsSelectedOrMarked

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

IsSelectedOrMarked(int)

Returns true if the specified item is selected (is the SelectedItem) or marked (via IsMarked(int)).

public bool IsSelectedOrMarked(int item)

Parameters

item int

The item index to check.

Returns

bool

true if the item is selected or marked; otherwise false.