摘要:
1.ListBox 控件方法:add();向Items里面添加值ListBox1.Items.ADD(); AddRange():向Items添加一个数组ListBox1.Items.AddRange(new string[] {"111","222"});clear(): 清空ListBox1里面的值 ListBox1.Items.Clear();SetSelected("索引",booltru... 阅读全文
posted @ 2010-07-16 16:17
WIN8新人
阅读(546)
评论(0)
推荐(0)
浙公网安备 33010602011771号