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

Occurs when the mouse leaves a control that has a tooltip object attached to it.

Syntax

Visual Basic (Declaration) 
Public Event LeaveControl As dbiTips.EventLeaveControlHandler
C# 
public event dbiTips.EventLeaveControlHandler LeaveControl

Event Data

The event handler receives an argument of type LeaveControlEventArgs containing data related to this event. The following LeaveControlEventArgs properties provide information specific to this event.

PropertyDescription
Control The control that the mouse is leaving.
Text The text that is displayed in the tooltip object.

Remarks

This event will only fire if the *control.dbiTipsText on dbicTips* extender property is set or the SetdbiTipsText Method is called using said control.

Requirements

Target Platforms: Current Windows operating system with .NET 8.

See Also