摘要: 学习记录 List<string> cmb = new List<string>(); //集合 ComboBox遍历(一) for (int i = 0; i < comboBox2.Items.Count; i++){ cmb.Add(comboBox2.GetItemText(comboBox 阅读全文
posted @ 2020-02-26 14:39 SusieSnail_SUN 阅读(2236) 评论(0) 推荐(0) 编辑
摘要: 用于学习记录 原文载自: https://www.cnblogs.com/lyl6796910/archive/2012/06/01/2530616.html (一)C# TextBox换行 Windows Form的TextBox显示多行文本就将它的Multiline属性设置为true。 C# T 阅读全文
posted @ 2020-02-26 12:46 SusieSnail_SUN 阅读(826) 评论(0) 推荐(0) 编辑