OnMouseEnter Event

Applies to TestComplete 14.0, last modified on January 23, 2019

Occurs when the mouse pointer enters the component.

Declaration

OnMouseEnter(Sender) Parameters
Sender [in] Required Variant

Applies To

The property applies to the following components:

TcxButton, TcxButtonEdit, TcxCheckBox, TcxComboBox, TcxGroupBox, TcxLabel, TcxMemo, TcxMRUEdit, TcxProgressBar, TcxSpinEdit, TcxTextEdit, TcxTimeEdit

Description

The OnMouseEnter occurs when the mouse pointer is moved to a component. You can create an event handler for the OnMouseEnter event to perform specific actions when the mouse pointer enters the component.

Parameters

The event has the following parameter:

Sender

A user form component that was hovered by the mouse pointer.

See Also

Handling Events in User Forms
OnMouseLeave Event

Highlight search results