开发者

how to change mouse pointer on mouseover a division to hand?

开发者 https://www.devze.com 2023-01-22 04:12 出处:网络
how can i change the default arrow pointer style t开发者_开发知识库o hand when client move the pointer to a particular division?In WinForm, you can use the Cursors class, which provides a collection o

how can i change the default arrow pointer style t开发者_开发知识库o hand when client move the pointer to a particular division?


In WinForm, you can use the Cursors class, which provides a collection of Cursor objects. More information here.

But, Cursor = Cursors.Hand; will do the job.

EDIT

As for ASP .Net, check this link out. SomeNewKid has posted the answer.


Dear all, i found the answer as for that division we need to set style, there we have option to set the cursor style.

0

精彩评论

暂无评论...
验证码 换一张
取 消