InputPanel for WinForms帮助文档
MouseEnter 事件 (InputComponent)






Fires when the mouse enters the bounds of a component.
语法
'声明
 
<C1CategoryAttribute("鼠标")>
<C1DescriptionAttribute("当鼠标进入组件范围内时触发。")>
Public Event MouseEnter As System.EventHandler
'用法
 
Dim instance As InputComponent
Dim handler As System.EventHandler
 
AddHandler instance.MouseEnter, handler
[C1Category("鼠标")]
[C1Description("当鼠标进入组件范围内时触发。")]
public event System.EventHandler MouseEnter
public event MouseEnter: System.EventHandler; 
In JScript, you can handle the events defined by another class, but you cannot define your own.
[C1Category("鼠标")]
[C1Description("当鼠标进入组件范围内时触发。")]
public: __event System.EventHandler* MouseEnter
[C1Category("鼠标")]
[C1Description("当鼠标进入组件范围内时触发。")]
public:
event System.EventHandler^ MouseEnter
需求

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

请参见

引用

InputComponent 类
InputComponent 成员

Send Feedback