티스토리 뷰

C# Programming

C# textbox 커서 위치

indieloper 2021. 11. 1. 07:48

처음

textBox1.Select(0, 0);

마지막

textBox1.Select(textBox1.Text.Length, 0);