RichTextBox单独设置文字颜色

      richTextBox1.Select(index, "str1".Length);

      richTextBox1.SelectionColor = Color.Red;

 

posted @ 2021-11-12 15:34  212的s  阅读(385)  评论(0编辑  收藏  举报