36
54
378
中级会员
使用道具 举报
104
423
2779
管理员
Public Sub MouseClick(sender As Object,e As System.Windows.Forms.MouseEventArgs) Dim tbl As SmEditTreeGrid=sender '获得HitTestInfo结构 Dim hit As C1.Win.C1FlexGrid.HitTestInfo= tbl.HitTest(e.X,e.Y) '如果当前鼠标点击的位置位于行标题 If hit.Type=HitTestTypeEnum.Cell AndAlso hit.Row>=tbl.Rows.Fixed AndAlso tbl.Col>=tbl.Cols.Fixed Then End If End Sub复制代码
本版积分规则 发表回复 回帖后跳转到最后一页
|Archiver|手机版|小黑屋|苏州三木软件科技有限公司 ( 苏ICP备2022038390号 )苏公网安备 32058502010732号
苏公网安备 32058502010732号
GMT+8, 2025-5-7 00:46 , Processed in 0.054081 second(s), 21 queries .
Powered by Discuz! X3.4
Copyright © 2001-2021, Tencent Cloud.