摘要: if (e.Button == MouseButtons.Right && e.RowIndex > -1) { dgvinfo.Rows[e.RowIndex].Selected = true; Point point = dgvinfo.PointToClient(Cursor.Position 阅读全文
posted @ 2019-06-27 13:11 萌橙 阅读(245) 评论(0) 推荐(0)