实现效果: 知识运用: Label控件的Cursor属性 //表是当鼠标指针位于控件上时显示的光标 实现代码: private void Form1_Load(object sender, EventArgs e) { label1.Cursor = Cursors.Hand; } 相关文章: