Table of Contents

Method Toggle

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

Toggle(T?)

Toggles the expansion of the supplied object if it is contained in the tree (either as a root object or as an exposed branch object).

public void Toggle(T? toToggle)

Parameters

toToggle T

The object to toggle expand/collapse state.