以文本方式查看主题

-  Foxtable(狐表)  (http://foxtable.net/bbs/index.asp)
--  专家坐堂  (http://foxtable.net/bbs/list.asp?boardid=2)
----  [求助]CursorType这个怎么赋值  (http://foxtable.net/bbs/dispbbs.asp?boardid=2&id=103589)

--  作者:blsu33
--  发布时间:2017/7/12 11:51:00
--  [求助]CursorType这个怎么赋值
老师,
下面的属性值应该怎么写?
e.Form.Controls("Button1").CursorType=System.Windows.Forms.Cursor.IBeam
--  作者:有点甜
--  发布时间:2017/7/12 12:08:00
--  

直接用数字

 

e.Form.Controls("Button1").CursorType = 7

msgbox(cursorenum.IBeam)