Occurs when the mouse pointer rests on the control.
Syntax
| Visual Basic (Declaration) | |
|---|
<SRCategoryAttribute("Mouse")>
<SRDescriptionAttribute("Occurs when the mouse remains stationary inside of the control for an amount of time.")>
Public Event MouseHover As EventHandler |
| C# | |
|---|
[SRCategoryAttribute("Mouse")]
[SRDescriptionAttribute("Occurs when the mouse remains stationary inside of the control for an amount of time.")]
public event EventHandler MouseHover |
| C++/CLI | |
|---|
[SRCategoryAttribute("Mouse")]
[SRDescriptionAttribute("Occurs when the mouse remains stationary inside of the control for an amount of time.")]
public:
event EventHandler^ MouseHover |
Requirements
Target Platforms: Microsoft .NET Framework 2.0, Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7
See Also