Table of Contents

Constructor ShowInOverlayParams

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

ShowInOverlayParams(AbstractControl?, UserControl, object?, OverlayToolTipParams)

Initializes a new instance of the ToolTipFactory.ShowInOverlayParams class with the specified control, overlay parent, and tooltip.

public ShowInOverlayParams(AbstractControl? control, UserControl overlayParent, object? toolTip, OverlayToolTipParams data)

Parameters

control AbstractControl

The control for which the tooltip is displayed. This parameter can be null if no control is specified.

overlayParent UserControl

The parent UserControl that hosts the overlay. This parameter cannot be null.

toolTip object

The tooltip text to display for the overlay. This parameter can be null if no tooltip is required.

data OverlayToolTipParams

The parameters used to configure the overlay tooltip.