Table of Contents

Method MakeVisible

Namespace
Terminal.Gui
Assembly
Terminal.Gui.dll

MakeVisible(Point?)

Makes the popover menu visible and locates it at idealScreenPosition. The actual position of the menu will be adjusted to ensure the menu fully fits on the screen, and the mouse cursor is over the first cell of the first MenuItem.

public void MakeVisible(Point? idealScreenPosition = null)

Parameters

idealScreenPosition Point?

If null, the current mouse position will be used.