Table of Contents

Method Hide

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

Hide(IPopoverView?)

Causes the specified popover to be hidden. If the popover is derived from PopoverImpl, this is the same as setting Visible to false.

public void Hide(IPopoverView? popover = null)

Parameters

popover IPopoverView

If null, the active popover will be hidden.