Event
WebControl.
MouseEnter()
New in 2011r2Supported for all project types and targets.
The mouse has entered the area of the control.
Example
This example changes the mouse cursor for the page when the mouse cursor enters a control (such as a WebButton):
Self.Cursor = System.WebCursors.ArrowAllDirections