摘要:
首先创建一个用户控件,从DataGrid继承,然后override它的onmousedown方法: OnMouseDown(System.Windows.Forms.MouseEventArgs e) { DataGrid.HitTestInfo hti = this.HitTest(e.X, e.Y); if (hti.Type == DataGrid.HitTestType.... 阅读全文
posted @ 2006-10-20 21:36
KUDO
阅读(1028)
评论(0)
推荐(0)

浙公网安备 33010602011771号