多色标签控制
是否可以将 Label
设为多色?我有一个 RichTextBox,用户可以在其中输入文本并根据需要设置格式;我需要能够显示结果文本,并使用用户在 Label
控件内设置的正确样式。
有人有任何建议/建议/链接吗?
Is it at all possible to make a Label
multi-colored? I have a RichTextBox
that the user can type text into and format as required; I need to be able to display the resulting text, with the correct styles set by the user inside a Label
control.
Anyone have any suggestions/advice/links?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
我认为使用 RichTextBoxes 作为标签可能会更容易。使它们只读且无边界。
此链接可以帮助您使背景透明。(链接已损坏)I think it might be easier to just use RichTextBoxes for your labels. Make them readonly and borderless.
This link may help you to make the background transparent.(Link is broken)这有帮助 http://www.codeproject.com/KB/vb /rtflabelcp.aspx?msg=2062925 ?
Does this help http://www.codeproject.com/KB/vb/rtflabelcp.aspx?msg=2062925 ?