标签: c#
我想使用鼠标输入事件将单个图片框中的现有图像更改为另一个图像。需要帮助。
答案 0 :(得分:2)
您只需要在myPictureBox.Image和MouseEnter事件中分配MouseLeave。
myPictureBox.Image
MouseEnter
MouseLeave