This event is raised just before an advanced tip is created for the control.
Syntax
Event Data
The event handler receives an argument of type BeforeAdvancedTipEventArgs containing data related to this event. The following BeforeAdvancedTipEventArgs properties provide information specific to this event.
| Property | Description |
|---|
| Align | Determines the alignment of the text in the tool tip. |
| BackColor | Determines the primary color used to paint the background of the current tool tip. |
| BackColorTo | Determines the secondary color used to paint the background of the current tool tip. |
| BorderColor | Determines the color used to paint the border of the current tool tip. |
| BorderType | Determines the border appearance of the current tool tip. |
| Display | Dertermines if the current tool tip will be shown to the user. |
| FillType | Determines the gradient used to paint the background of the current tool tip. |
| Font | Determines the font used to draw the text of the current tool tip. |
| ForeColor | Determines the color used to paint the text in the current tool tip. |
| Location | Determines where the top left corner of the current tool tip will be. |
| RecalculateTip | Determines if the developer wants the control to recalculate the size/location of the current tool tip after the event finishes. |
| Size | Determines the size of the current tool tip |
| Text | Determines the text that will be displayed within the current tool tip. |
| Value | Determines the current value of the control that the current tool tip is displaying for. |
Remarks
Requirements
Target Platforms: Current Windows operating system with .NET 8.
See Also