如何更改富文本框中新添加文本的颜色
考虑我使用 C# VS 2005 构建的 Windows 应用程序在富文本框中显示某些内容。 现在,当我添加一些新文本时,它应该以不同的颜色显示。 即我需要区分以编程方式显示的文本和我在文本框中输入的文本。 我怎样才能做到这一点。?
即新插入文本的字体颜色应该与已经显示的文本不同。
PS:以前我使用过文本框并将其更改为富文本框,如下面的线程所示。 链接文本
Consider my windows application built using C# VS 2005 displays certain contents in a Rich Text Box. Now when i add some new text, it should appear in a different colour. i.e i need to differentiate the text which gets displayed programmatically and the text that i enter in the text box. how can i do this.?
i.e the font color of the newly inserted text should be different from the text that is already displayed.
PS: Previously i have used text box and changed it to rich text box as told in the below thread.
link text
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
IIRC,这有效:
IIRC, this works:
键盘插入的文本是红色的。
Text inserted by keyboard is red.