dbicTips Send comments on this topic.
BeforeTipShow Event
See Also 
dbicTips Assembly > Dbi.WinControl.Tips Namespace > dbiTips Class : BeforeTipShow Event

Occurs just before the tooltip is displayed to the user.

Syntax

Visual Basic (Declaration) 
Public Event BeforeTipShow As dbiTips.EventBeforeTipShowHandler
C# 
public event dbiTips.EventBeforeTipShowHandler BeforeTipShow

Event Data

The event handler receives an argument of type BeforeTipShowEventArgs containing data related to this event. The following BeforeTipShowEventArgs properties provide information specific to this event.

PropertyDescription
Control The control that triggered the tooltip.
DisplayTip Determines if the tooltip will display.
Location The X and Y coordinates of the top left corner of the tooltip when it displays.
Size The height and width of the tooltip when it displays.
ToolTips The dbiTipsObject that will be displayed.

Requirements

Target Platforms: Current Windows operating system with .NET 8.

See Also