Constructor ShowInOverlayParams
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
controlAbstractControlThe control for which the tooltip is displayed. This parameter can be null if no control is specified.
overlayParentUserControlThe parent UserControl that hosts the overlay. This parameter cannot be null.
toolTipobjectThe tooltip text to display for the overlay. This parameter can be null if no tooltip is required.
dataOverlayToolTipParamsThe parameters used to configure the overlay tooltip.