Table of Contents

Method MakeVisible

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

MakeVisible(Point?, Rectangle?)

Makes the popover visible at the specified position or anchor.

void MakeVisible(Point? idealScreenPosition = null, Rectangle? anchor = null)

Parameters

idealScreenPosition Point?

The ideal screen position for the popover. If null, uses the current mouse position.

anchor Rectangle?

The anchor rectangle to position relative to. If null, uses the Anchor property.