找回密码
 立即注册

QQ登录

只需一步,快速开始

刘君

中级会员

141

主题

335

帖子

942

积分

中级会员

积分
942

活字格认证

刘君
中级会员   /  发表于:2015-2-25 10:55  /   查看:3840  /  回复:1
请问怎么设置spread控件中鼠标的形状?

1 个回复

倒序浏览
Alice
社区贡献组   /  发表于:2015-2-25 11:36:00
沙发
回复 1楼刘君的帖子

Spread提供了CursorType属性和GetCursor和SetCursor方法。

代码参考:
  1. private void Form1_Load(object sender, System.EventArgs e){
  2. // Change the cursor shape on column headers.
  3. fpSpread1.SetCursor(FarPoint.Win.Spread.CursorType.ColumnHeader, System.Windows.Forms.Cursors.Hand);
  4. }
复制代码

可以在产品文档Customizing the Display of the Cursor章节找到详细介绍。

评分

参与人数 1满意度 +5 收起 理由
刘君 + 5 OK

查看全部评分

请点击评分,对我的服务做出评价!  5分为非常满意!

葡萄城控件服务团队

官方网站: http://www.gcpowertools.com.cn
回复 使用道具 举报
您需要登录后才可以回帖 登录 | 立即注册
返回顶部