Table of Contents

Method ShowFor

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

ShowFor(View, ToolTipProvider)

Displays a tooltip for the specified target view using the provided tooltip content provider.

public void ShowFor(View target, ToolTipProvider provider)

Parameters

target View

The view for which the tooltip will be shown. Cannot be null.

provider ToolTipProvider

The provider that supplies the tooltip content for the target view. Cannot be null.

Remarks

If a tooltip is already visible for another view, it will be updated to display content for the new target. The tooltip is anchored relative to the target view's position on the screen.