Example #1
0
		private void ResetSelectedCellStyle()
		{
			this.SelectedCellStyle = new TableDimensionsCellStyle();
		}
Example #2
0
		private void ResetHotCellStyle()
		{
			this.HotCellStyle = new TableDimensionsCellStyle(SystemColors.HotTrack);
		}
Example #3
0
		private void ResetCellStyle()
		{
			this.CellStyle = new TableDimensionsCellStyle(SystemColors.Control, SystemColors.WindowFrame, 1);
		}
Example #4
0
 private void ResetSelectedCellStyle()
 {
     this.SelectedCellStyle = new TableDimensionsCellStyle();
 }
Example #5
0
 private void ResetHotCellStyle()
 {
     this.HotCellStyle = new TableDimensionsCellStyle(SystemColors.HotTrack);
 }
Example #6
0
 private void ResetCellStyle()
 {
     this.CellStyle = new TableDimensionsCellStyle(SystemColors.Control, SystemColors.WindowFrame, 1);
 }