ElementHost::MouseHover Event

 

Occurs when the mouse pointer rests on the control.

Namespace:   System.Windows.Forms.Integration
Assembly:  WindowsFormsIntegration (in WindowsFormsIntegration.dll)

public:
[BrowsableAttribute(false)]
event EventHandler^ MouseHover {
	void add(EventHandler^ value);
	void remove(EventHandler^ value);
}

For more information about the MouseHover event, see Control::MouseHover.

.NET Framework
Available since 3.0
Return to top
Show: