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

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

Syntax

Visual Basic (Declaration) 
Public Event EnterControl As dbiTips.EventEnterControlHandler
C# 
public event dbiTips.EventEnterControlHandler EnterControl

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.

PropertyDescription
Control The control that the mouse is entering.
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 a SetdbiTipsText Method is called using said control.

Requirements

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

See Also