摘要: 单元格:View Code /// <summary> /// radio button单元格 /// </summary> /// <remarks>绑定数据后不能在构造函数中修改属性</remarks> public class DataGridViewRadioButtonCell : DataGridViewTextBoxCell { Point radioButtonLocation; Size radioButtonSize; Point _cellLocation = new Point(); ... 阅读全文
posted @ 2013-02-26 21:01 z.seven 阅读(894) 评论(1) 推荐(0) 编辑