System.Windows.Forms.Cursor.Current = System.Windows.Forms.Cursors.IBeam
Cursor = System.Windows.Forms.Cursors.Default
太牛B了,谢谢。
本文介绍了一种更改应用程序中光标样式的简单方法。通过设置System.Windows.Forms.Cursor.Current属性为System.Windows.Forms.Cursors.IBeam,可以将光标更改为输入光标样式。
Cursor = System.Windows.Forms.Cursors.Default
太牛B了,谢谢。

被折叠的 条评论
为什么被折叠?