Table of Contents

Method MakeVisible

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

MakeVisible(Point?, Rectangle?)

Makes the tooltip visible and positions it based on Anchor or idealScreenPosition.

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

Parameters

idealScreenPosition Point?

The ideal screen-relative position for the tooltip. If null, positioning is determined by Anchor or the current mouse position.

anchor Rectangle?

Optional anchor rectangle to override Anchor property for this call. If null, uses the Anchor property.