Table of Contents

Method IsInHierarchy

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