Table of Contents

Method GetTopMdiChild

Namespace
Terminal.Gui
Assembly
Terminal.Gui.dll

GetTopMdiChild(Type, string[])

Gets the current visible Toplevel Mdi child that matches the arguments pattern.

public View GetTopMdiChild(Type type = null, string[] exclude = null)

Parameters

type Type

The type.

exclude string[]

The strings to exclude.

Returns

View

The matched view.