RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TPaintBox.OnMouseLeave Event

Occurs when the user moves the mouse outside of a control.

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

Use the OnMouseLeave event handler to implement any special processing that should occur as a result of moving the mouse outside of 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!