private void timer2_Tick(object sender, EventArgs e)
{
//int total = richTextBox1.GetLineFromCharIndex(richTextBox1.Text.Length) + 1;
//int total = richTextBox1.Lines.Length;//得到总行数。
int index = richTextBox1.GetFirstCharIndexOfCurrentLine();//得到当前行第一个字符的索引!!
...
28
2012
03
C# Winfrom中光标的行号和列号及光标位置
发布:郑德才博客 | 分类:学习之路 | 评论:0 | 浏览: