Table of Contents

Constructor ToolTipHost

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

ToolTipHost()

Initializes a new instance of the ToolTipHost<TView> class.

public ToolTipHost()

ToolTipHost(TView?)

Initializes a new instance of the ToolTipHost<TView> class with the specified content view.

public ToolTipHost(TView? contentView)

Parameters

contentView TView

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