Occurs when the mouse pointer enters the control. 
            
Syntax
| Visual Basic (Declaration) |   | 
|---|
<SRCategoryAttribute("Mouse")>
<SRDescriptionAttribute("Occurs when the mouse enters the visible part of the control.")>
Public Event MouseEnter As EventHandler | 
 
| C# |   | 
|---|
[SRCategoryAttribute("Mouse")]
[SRDescriptionAttribute("Occurs when the mouse enters the visible part of the control.")]
public event EventHandler MouseEnter | 
 
| C++/CLI |   | 
|---|
[SRCategoryAttribute("Mouse")]
[SRDescriptionAttribute("Occurs when the mouse enters the visible part of the control.")]
public:
event EventHandler^ MouseEnter | 
 
 
              
             
             
            
            
            
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