Mat*_*ton 25
最简单的方法是设置Mouse.OverrideCursor:
Mouse.OverrideCursor = Cursors.Wait;
try
{
// perform task
}
finally
{
Mouse.OverrideCursor = null;
}
Run Code Online (Sandbox Code Playgroud)
| 归档时间: |
|
| 查看次数: |
7328 次 |
| 最近记录: |