摘要: 代码如下:private void Movetoend() { //让文本框获取焦点 this.TextBox1.Focus(); //设置光标的位置到文本尾 this.TextBox1.Select(this.TextBox1.TextLength, 0); //滚动到控件光标处 this.Tex 阅读全文
posted @ 2021-05-17 14:38 txwtech 阅读(889) 评论(0) 推荐(0)