Table of Contents

Method ShowInOverlay

Namespace
Alternet.UI
Assembly
Alternet.UI.Common.dll

ShowInOverlay(AbstractControl?, UserControl, object?)

Displays the specified tooltip in an overlay.

public static bool ShowInOverlay(AbstractControl? control, UserControl overlayParent, object? tooltip)

Parameters

control AbstractControl

The control for which tooltip is displayed.

overlayParent UserControl

The control to use as overlay parent. Must be direct or indirect parent of control.

tooltip object

The text to display as a tooltip for the control. Can be null or empty if no tooltip is needed.

Returns

bool