Method BindOverlayToolTips
BindOverlayToolTips()
Binds tooltips to overlay controls, enabling the display of tooltips for controls within an overlay container.
public static void BindOverlayToolTips()
Remarks
This method sets up a global notification mechanism to handle tooltip display for controls. When a control is hovered over, the tooltip is displayed in an overlay if the control is part of an overlay container. If the control is not part of an overlay container, any previously shown tooltip in the overlay is hidden.