Occurs when the mouse enters a control that has a tooltip object attached to it.
Syntax
Event Data
The event handler receives an argument of type EnterControlEventArgs containing data related to this event. The following EnterControlEventArgs properties provide information specific to this event.
| Property | Description |
|---|
| Control | The control that the mouse is entering. |
| Text | The text that is displayed in the tooltip object. |
Remarks
Requirements
Target Platforms: Current Windows operating system with .NET 8.
See Also