悟生慧

 

2012年2月27日

DataGridView列右击菜单事件

摘要: 教程:http://technet.microsoft.com/zh-cn/library/system.windows.forms.datagridviewcellcontextmenustripneededeventhandler(v=VS.85).aspxDGV上的鼠标事件,MouseDown 、MouseUp、CellMouseClick等事件可参考。 if (MouseButtons == MouseButtons.Right) MessageBox.Show("OK"); // DataGridView 的 ContextMenuStrip 设定 DataGri 阅读全文

posted @ 2012-02-27 18:14 悟生慧 阅读(3916) 评论(0) 推荐(0) 编辑

导航