Table of Contents

Method IsInHierarchy

Namespace
Terminal.Gui.ViewBase
Assembly
Terminal.Gui.dll

IsInHierarchy(View?, View?, bool)

Gets whether view is in the View 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 include all Adornments in addition to Subviews if true.

Returns

bool