Table of Contents

Constructor Popover

Namespace
Terminal.Gui.App
Assembly
Terminal.Gui.dll

Popover()

Initializes a new instance of the Popover<TView, TResult> class.

public Popover()

Popover(TView?)

Initializes a new instance of the Popover<TView, TResult> class with the specified content view.

public Popover(TView? contentView)

Parameters

contentView TView

The view to host in the popover. If null, a new instance will be created.