111,120
社区成员
发帖
与我相关
我的任务
分享
textBox1.SelectionStart=textBox1.Text.Length;
private void textBox1_Enter(Object sender, System.EventArgs e) {
textBox1.SelectionStart = 0;
textBox1.SelectionLength = 0;
}
textBox1.Text = "fffffffff";
textBox1.SelectionStart = 5;