RAD Studio VCL Reference
|
Occurs when the user moves the mouse outside of a control.
property OnMouseLeave: TNotifyEvent;
__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) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
|
What do you think about this topic? Send feedback!
|