摘要:
1 private void DgvLayerPringSetting_EditingControlShowing(object sender,DataGridViewEditingControlShowingEventArgs e) 2 { 3 var cb = e.Control as ComboBox; 4 5 if (cb != null) 6 { 7 cb.MaxLength = 2; 8 cb.DropD... 阅读全文
posted @ 2013-12-17 10:26
西城诸葛
阅读(349)
评论(0)
推荐(0)
摘要:
1 private void DgvLayerPringSetting_EditingControlShowing(object sender,DataGridViewEditingControlShowingEventArgs e) 2 { 3 var cb = e.Control as ComboBox; 4 5 if (cb != null) 6 { 7 cb.MaxLength = 2; 8 cb.DropD... 阅读全文
posted @ 2013-12-17 10:24
西城诸葛
阅读(1253)
评论(0)
推荐(0)