Table of Contents

Method IsMarked

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

IsMarked(int)

Determines whether the specified item is marked.

public bool IsMarked(int item)

Parameters

item int

The zero-based index of the item.

Returns

bool

true if the item is marked; otherwise false.

Remarks

ListView calls this method to determine whether to render the item with a mark indicator when AllowsMarking is true.