摘要:
复选框单元格:View Code /// <summary> /// 表格控件單元格 /// </summary> public class DataGridViewDisableCheckBoxCell : DataGridViewCheckBoxCell { /// <summary> /// 指示單元格是否可用 /// </summary> public bool Enabled { get; set; } /// <sum... 阅读全文
posted @ 2012-02-15 09:25
z.seven
阅读(593)
评论(0)
推荐(0)
摘要:
文本单元格View Code /// <summary> /// 表格文本单元格 /// </summary> public class DataGridViewColorTextBoxCell : DataGridViewTextBoxCell { /// <summary> /// 是否可用 /// </summary> public bool Enabled { get; set; } /// <summary> ... 阅读全文
posted @ 2012-02-15 09:24
z.seven
阅读(413)
评论(0)
推荐(0)
摘要:
连接单元格:View Code public class DataGridViewColorLinkCell : DataGridViewLinkCell { /// <summary> /// 是否可见 /// </summary> public bool Display { get; set; } /// <summary> /// 头部边框颜色 /// </summary> public Color ... 阅读全文
posted @ 2012-02-15 09:20
z.seven
阅读(713)
评论(0)
推荐(0)
摘要:
表头单元格:View Code /// <summary> /// 表格列头部单元格 /// </summary> public class DataGridViewColorColumnHeaderCell : DataGridViewColumnHeaderCell { /// <summary> /// 顶部边框颜色 /// </summary> public Color TopBorderColor { get; set; } ... 阅读全文
posted @ 2012-02-15 09:19
z.seven
阅读(2217)
评论(0)
推荐(0)
浙公网安备 33010602011771号