Method IsInHierarchy | Terminal.Gui v2 (original) (raw)

Namespace

Terminal.Gui

Assembly

Terminal.Gui.dll

IsInHierarchy(View?, View?, bool)

Gets whether view is in the SubView hierarchy of start.

public static bool IsInHierarchy(View? start, View? view, bool includeAdornments = false)

Parameters

start View

The View at the start of the hierarchy.

view View

The View to test.

includeAdornments bool

Will search the subview hierarchy of the adornments if true.

Returns

bool

Edit this page