如何在消息文本中添加多种颜色
是否可以设置文本格式,以便出现不同颜色的单词。例如,如果我需要将 Messagebox 中的“Text2”格式设置为红色:
Messagebox.Show("Text1" + "Text2" + "Text3");
Is it possible to format text so there will be words in different color. For example if i need to format 'Text2' in Messagebox to red color:
Messagebox.Show("Text1" + "Text2" + "Text3");
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
不,您必须创建自己的表单,最简单的方法是在其上显示带有消息的只读 RichTextBox。
对于 Richtextbox,您可以创建自己的输出,如下所示:
No, you will have to make your own form and your easiest path is to show a readonly RichTextBox on it with your messages.
For the richtextbox, you can create your own output like this: