会员
周边
众包
新闻
博问
闪存
赞助商
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
Junde's Cybervilla
博客园
首页
新随笔
联系
管理
订阅
2007年8月20日
通过UIElement获取鼠标单击UltraGridCell & 给UltraGridCell加ToolTip
摘要: Infragistic 的UltraGrid控件不提供单击cell的事件,但有时候我们又需要这个事件,所以就只好自己写了: 使用UltraGrid的MouseClick事件,这样可以取得单击的Cell,然后就可以对Cell做需要的操作 MouseClick代码 1privatevoidultraGrid1_MouseClick(objectsender,MouseEventArgse) 2{ 3U...
阅读全文
posted @ 2007-08-20 14:38 Junde
阅读(909)
评论(5)
推荐(0)
编辑
公告