You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Current »

Fired when the mouse cursor enters the control area.

Parameters

None

Remarks

The OnMouseEnter event is fired when the mouse cursor enters the control's rectangle from elsewhere. It will not fire again until the cursor leaves the control area completely and re-enters again later. In other words, this event notifies you when the mouse is over the control.

See Also

OnMouseExit

  • No labels