Table of Contents

Constructor Toplevel

Namespace
Terminal.Gui
Assembly
Terminal.Gui.dll

Toplevel(Rect)

Initializes a new instance of the Toplevel class with the specified Absolute layout.

public Toplevel(Rect frame)

Parameters

frame Rect

A superview-relative rectangle specifying the location and size for the new Toplevel

Toplevel()

Initializes a new instance of the Toplevel class with Computed layout, defaulting to full screen.

public Toplevel()