Occurs just before the tooltip is displayed to the user.
Syntax
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.
| Property | Description |
|---|
| 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