摘要:
using System;using System.Drawing;using System.Windows.Forms;using System.Windows.Forms.VisualStyles;/// <summary>/// </summary>public class MyDataGridViewButtonCell : DataGridViewButtonCell{ // By default, not set the color ot text. private bool isSetColor = false; private Color textCol 阅读全文