Method OnMouseHover
OnMouseHover(EventArgs)
Called when the mouse pointer hovers over the control.
protected override void OnMouseHover(EventArgs e)
Parameters
Remarks
Derived classes can override this method to handle the event without attaching a delegate.