摘要:
需要用到void ReportLogForm_Deactivate(object sender, EventArgs e){ this.Close();} 阅读全文
posted @ 2013-11-05 14:45
pnljs
阅读(466)
评论(0)
推荐(0)
摘要:
注意: 是GridView的Double而不是GridControlprivate void gridView1_DoubleClick(object sender, EventArgs e){ GridView detailGrid = (sender as GridView); GridHitInfo hitInfo = (detailGrid.CalcHitInfo((e as MouseEventArgs).Location)); if (hitInfo != null && (hitInfo.InRow || hitInfo.InRowCell) && 阅读全文
posted @ 2013-11-05 14:44
pnljs
阅读(1118)
评论(0)
推荐(1)

浙公网安备 33010602011771号