摘要: protected override bool ProcessCmdKey(ref Message msg, Keys keyData) { if (keyData == Keys.Enter) //监听回车事件 { if (dataGridViewX1.IsCurrentCellInEditMod 阅读全文
posted @ 2016-12-09 17:38 Elcser 阅读(495) 评论(0) 推荐(0) 编辑
摘要: Rectangle rectangle = new Rectangle(e.RowBounds.Location.X, e.RowBounds.Location.Y, dataGridViewX1.RowHeadersWidth - 4, e.RowBounds.Height); TextRende 阅读全文
posted @ 2016-12-09 17:37 Elcser 阅读(1235) 评论(0) 推荐(0) 编辑