码迷,mamicode.com
首页 > 其他好文 > 详细

2015.11.3 RichBox改变若干文本颜色

时间:2016-10-15 18:55:58      阅读:139      评论:0      收藏:0      [点我收藏+]

标签:

for(int i=1;i<rtb.Lines.Length;i++)

            {

                if(rtb.Lines[i] == rtb.Lines[i - 1])

                {

                    int bg = rtb.GetFirstCharIndexFromLine(i);//获得当前行起始位置

                    rtb.Select(bg, rtb.Lines[i].Length);

                    rtb.SelectionColor = Color.Red;

                }

            }

2015.11.3 RichBox改变若干文本颜色

标签:

原文地址:http://www.cnblogs.com/mol1995/p/5964905.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!