熱點推薦:
您现在的位置: 電腦知識網 >> 編程 >> .NET編程 >> 正文

C#richTextBox顯示不同文字顏色

2022-06-13   來源: .NET編程 
實現代碼如下

  public void disply(string strInput)
{

  richTextBoxForeColor = ColorChartreuse;
richTextBoxAppendText(strInput + \r\n);
richTextBoxRefresh();

  }
public void disply(string strInput Color fontColor)
{

  richTextBoxAppendText(strInput + \r\n);
int p = richTextBoxTextIndexOf(strInput);
int p = strInputLength;
richTextBoxForeColor = ColorChartreuse;
richTextBoxSelect(p p);
richTextBoxSelectionColor = fontColor;
richTextBoxRefresh();

  }


From:http://tw.wingwit.com/Article/program/net/201311/12731.html
    推薦文章
    Copyright © 2005-2022 電腦知識網 Computer Knowledge   All rights reserved.