Table of Contents

Method IsSelected

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

IsSelected(T?)

Returns true if the model is either the SelectedObject or part of a MultiSelect.

public bool IsSelected(T? model)

Parameters

model T

An object in the tree to check.

Returns

bool

True if the object is selected.