TextBox的文本换行问题
摘要:
TextBox换行 Code highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/-->1public void fun() 2{ 3textbox1.Multiline = true; 4textbox1.Text = "a" + "\r\n" + "b"; 5}... 阅读全文
posted @ 2008-10-04 15:11 ForestSheep 阅读(239) 评论(0) 推荐(0) 编辑