随笔分类 -  Winfrom开发用法积累

摘要:下面介绍Winform中DataGridView的DataGridViewCheckBoxColumn使用方法:DataGridViewCheckBoxColumnCheckBox是否选中 在判断DataGridView中CheckBox选中列的时候,用DataGridViewRow.Cells[... 阅读全文
posted @ 2015-07-03 13:33 壹兒壹 阅读(7887) 评论(0) 推荐(1)
摘要:功能概览相关属性TextBox.AutoCompleteCustomSource 属性获取或设置当 TextBox.AutoCompleteSource 属性设置为 [CustomSource] 时要使用的自定义 T:System.Collections.Specialized.StringColl... 阅读全文
posted @ 2015-07-03 13:30 壹兒壹 阅读(8062) 评论(1) 推荐(3)