Table of Contents

Method GetCheckedObjects

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

GetCheckedObjects()

Returns all objects whose effective check state is Checked.

public IEnumerable<T> GetCheckedObjects()

Returns

IEnumerable<T>

Checked objects in tree order, followed by any checked objects that are not currently in the tree.