摘要: textBox1.Focus(); textBox1.SelectionStart = 0; //设置起始位置 textBox1.SelectionLength = 2; //设置长度 textBox1.ScrollToCaret(); 阅读全文
posted @ 2021-01-07 19:52 沉浮。。。 阅读(1861) 评论(0) 推荐(0)