Rss & SiteMap

Foxtable(狐表) http://www.foxtable.com

新一代数据库软件,完美融合Access、Foxpro、Excel、vb.net之优势,人人都能掌握的快速软件开发工具!
共2 条记录, 每页显示 10 条, 页签: [1]
[浏览完整版]

标题:[求助] 窗口表空白区,点击右键 “Empty” 无效

1楼
古奇 发表于:2011/1/12 16:10:00

窗口表事件: BeforeShowContextMenu

If e.HitType = HitTypeEnum.Cell  Then
    MessageBox.Show("一个单元格!!", "提示")
ElseIf e.HitType = HitTypeEnum.Row Then
    MessageBox.Show("一行!!", "提示")
ElseIf e.HitType = HitTypeEnum.Column Then
    MessageBox.Show("一列!!", "提示")
ElseIf e.HitType = HitTypeEnum.Range Then
    MessageBox.Show("多个个单元格!!", "提示")
ElseIf e.HitType = HitTypeEnum.Empty Then
    MessageBox.Show("空白区域!!", "提示")
End If
e.Cancel = True

 

HitTypeEnum.Empty  无效    其他都能提示相应内容

2楼
狐狸爸爸 发表于:2011/1/12 16:19:00
收到,谢谢。
共2 条记录, 每页显示 10 条, 页签: [1]

Copyright © 2000 - 2018 foxtable.com Tel: 4000-810-820 粤ICP备11091905号

Powered By Dvbbs Version 8.3.0
Processed in .03516 s, 2 queries.