コード例 #1
0
ファイル: ProgressColumn.cs プロジェクト: raad00/Omics
        public override object Clone()
        {
            DataGridViewProgressCell dataGridViewCell = base.Clone() as DataGridViewProgressCell;

            if (dataGridViewCell != null)
            {
                dataGridViewCell.ProgressBarColor = this.ProgressBarColor;
            }

            return(dataGridViewCell);
        }
コード例 #2
0
ファイル: ProgressColumn.cs プロジェクト: raad00/Omics
 public ProgressColumn()
 {
     CellTemplate = new DataGridViewProgressCell();;
 }
コード例 #3
0
 public ProgressColumn()
 {
     CellTemplate = new DataGridViewProgressCell(); ;
 }