我下面的代码只能修改当前行的颜色
前面的都自动变成黑色了
怎么做???
richTextBox1.SelectionStart=richTextBox1.TextLength-richTextChatWords.TextLength-1;
richTextBox1.SelectionLength=richTextChatWords.TextLength;
richTextBox1.SelectionColor=richTextChatWords.SelectionColor;
多谢指教!!