日期:2014-05-17 浏览次数:20731 次
this.rtbScreen.Text += "a";
this.rtbScreen.Select(0, 1);
this.rtbScreen.SelectionBackColor = Color.Red;
this.rtbScreen.SelectionColor = Color.Cyan;
this.rtbScreen.Text += "b";
this.rtbScreen.Select(1, 1);
this.rtbScreen.SelectionBackColor = Color.Green;
this.rtbScreen.SelectionColor = Color.Yellow;
this.rtbScreen.Text += "c";
this.rtbScreen.Select(2, 1);
this.rtbScreen.SelectionBackColor = Color.Blue;
this.rtbScreen.SelectionColor = Color.White;
this.rtbScreen.Text += "abc";
this.rtbScreen.Select(0, 1);
this.rtbScreen.SelectionBackColor = Color.Red;
this.rtbScreen.SelectionColor = Color.Cyan;
//this.rtbScreen.Text += "b";
this.rtbScreen.Select(1, 1);
this.rtbScreen.SelectionBackColor = Color.Green;
this.rtbScreen.SelectionColor = Color.Yellow;
//this.rtbScreen.Text += "c";
this.rtbScreen.Select(2, 1);
this.rtbScreen.SelectionBackColor = Color.Blue;
this.rtbScreen.SelectionColor = Color.White;