Table of Contents

Method RefreshObject

Namespace
Terminal.Gui
Assembly
Terminal.Gui.dll

RefreshObject(T, bool)

Refreshes the state of the object o in the tree. This will recompute children, string representation etc.

public void RefreshObject(T o, bool startAtTop = false)

Parameters

o T
startAtTop bool

True to also refresh all ancestors of the objects branch (starting with the root). False to refresh only the passed node.

Remarks

This has no effect if the object is not exposed in the tree.