Method ShowInOverlay
ShowInOverlay(AbstractControl?, UserControl, object?)
Displays the specified tooltip in an overlay.
public static bool ShowInOverlay(AbstractControl? control, UserControl overlayParent, object? tooltip)
Parameters
controlAbstractControlThe control for which tooltip is displayed.
overlayParentUserControlThe control to use as overlay parent. Must be direct or indirect parent of
control.tooltipobjectThe text to display as a tooltip for the control. Can be null or empty if no tooltip is needed.