C#Winform MouseEnter事件不起作用

时间:2019-05-02 07:17:32

标签: c# mouseenter

我正在尝试使用WinForms在C#中使用MouseEnter事件。但是,MouseEnter事件不起作用。

private void button3_MouseEnter(object sender, EventArgs e)
{
    MessageBox.Show("123");
}

0 个答案:

没有答案
相关问题