把datagridview中checkbox中的对勾的颜色弄成红色
摘要:
Winform上添加一个DataGridView,后台实现代码如下:using System;using System.Collections.Generic;using System.ComponentModel;using System.Data;using System.Drawing;using System.Linq;using System.Text;using System.Windows.Forms;namespace RedDatagridViewCheckBox{ public partial class Form2 : Form { public Form2() { In 阅读全文
posted @ 2011-12-06 14:21 ewyb 阅读(1243) 评论(0) 推荐(0) 编辑