728x90
DataGridViewCheckBoxColumn chkBillable = new DataGridViewCheckBoxColumn();
chkBillable.Name = "colTimeSheetBillable";
chkBillable.HeaderText = "Billable";
chkBillable.DataPropertyName = "TimeSheetBillable";
chkBillable.ReadOnly = true;
dataGridTimesheet.Columns.Add(chkBillable);
728x90
'Programming > C#을즐기자' 카테고리의 다른 글
label에 mouse 가두기 (0) | 2014.03.28 |
---|---|
windowCE C#에서 Sleep time 설정 (0) | 2010.07.29 |
C# compactframwork SendMessage사용하기 (0) | 2010.06.27 |
WindowsCE C#에서 registry 사용하기 (0) | 2010.06.26 |
Windows CE C#에서 프로그램 경로 얻어오기 (0) | 2010.06.26 |
compack framework (0) | 2010.06.05 |
Visual Studio 2008 and .NET 3.5 Released (0) | 2008.02.26 |
닷넷Library 소스공개 (0) | 2008.02.26 |