我无法找到如何将光标更改为"指针"或悬停图像时调用的任何内容.
我尝试使用MouseOver,但我无法让它工作.这是我目前的代码;
private void image_Phone_MouseOver(object sender, EventArgs e) { Cursor.Current = Cursors.Hand; }
但是,光标不会改变.
c# winforms
c# ×1
winforms ×1