Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
有什么办法可以改变 a 中下划线的颜色RichTextBox吗?我已经尝试过了,但它似乎不起作用。有人知道这些枚举值是从哪里来的吗?没有看到任何文档。
RichTextBox
谢谢。
枚举值是将消息传递给控件时的标准窗口值。文章没有提到的一件事是,您需要在其中选择一个文本RichTextBox才能对其应用格式,所以也许这就是缺少的。