Method Expand | Terminal.Gui v1 (original) (raw)

Namespace

Terminal.Gui

Assembly

Terminal.Gui.dll

Expand()

Expands the currently SelectedObject.

public void Expand()

Expand(T)

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

public void Expand(T toExpand)

Parameters

toExpand T

The object to expand.

Edit this page