Occurs after the size of the tooltip has been calculated internally by the control.
Syntax
Event Data
The event handler receives an argument of type AfterTipSizeCalculatedEventArgs containing data related to this event. The following AfterTipSizeCalculatedEventArgs properties provide information specific to this event.
| Property | Description |
|---|
| BodyHeight | The height of the body area of the tooltip |
| Control | The control that triggered the tooltip. |
| FooterHeight | The height to be used for the Footer section of the tooltip when it displays. |
| HeaderHeight | The height to be used for the Header section of the tooltip when it displays. |
| ToolTips | The dbiTipsObject that will be displayed. |
| Width | The Width that will be used when the tooltip is displayed. |
Requirements
Target Platforms: Current Windows operating system with .NET 8.
See Also