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

Occurs after the size of the tooltip has been calculated internally by the control.

Syntax

Visual Basic (Declaration) 
Public Event AfterTipSizeCalculated As dbiTips.EventAfterTipSizeCalculatedHandler
C# 
public event dbiTips.EventAfterTipSizeCalculatedHandler AfterTipSizeCalculated

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.

PropertyDescription
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