在 button控件上-右键-属性-找到事件(黄色小闪电)-找到MouseEnter事件,双击进去.在生产的代码框中输入private void button_MouseEnter(object sender, EventArgs e) { buttion.Size.Width = 300; buttion.Size.Height= 300; }
在鼠标悬停事件里边写控件颜色就行了