Table of Contents

Method ShowOverlayToolTipForItemAtMousePos

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

ShowOverlayToolTipForItemAtMousePos()

Displays an overlay tooltip for the item located at the current mouse position.

protected virtual bool ShowOverlayToolTipForItemAtMousePos()

Returns

bool

true if a tooltip was shown for the item under the mouse pointer; otherwise, false.

Remarks

Override this method to customize how overlay tooltips are displayed for items at the mouse position. The method determines the item under the mouse and attempts to show its tooltip.