RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TLabel.OnMouseEnter Event

Occurs when the user moves the mouse into a control.

Pascal
property OnMouseEnter: TNotifyEvent;
C++
__property TNotifyEvent OnMouseEnter;

Use the OnMouseEnter event handler to implement any special processing that should occur as a result of moving the mouse into a control when the parent top-level form is not active. 

 

Copyright(C) 2008 CodeGear(TM). All Rights Reserved.
What do you think about this topic? Send feedback!