Table of Contents

Method Show

Namespace
Terminal.Gui
Assembly
Terminal.Gui.dll

Show(IPopover?)

Shows popover. IPopover implementations should use OnVisibleChanaged/VisibleChanged to be notified when the user has done something to cause the popover to be hidden.

public void Show(IPopover? popover)

Parameters

popover IPopover

Remarks

This API calls Register(IPopover?). To disable the popover from processing keyboard events, either call DeRegister(IPopover?) to remove the popover from the application or set Enabled to false.