richtextbox 文本范围属性——受保护、隐藏、背景色等——我可以在不选择范围的情况下设置它们吗?
我希望能够保护、隐藏和突出显示 RichTextBox 中不同范围的文本,而无需实际选择文本 - 这似乎是您必须为 SelectionProtected
和 SelectionBackColor 执行的操作
或 w/e 属性。
我怎样才能以编程方式做到这一点?我环顾四周,发现了 SetCharFormat
方法,但我无法真正说出如何使用它来更改特定范围的文本而不是选择的上述属性。
i want to be able to protect, hide, and highlight different ranges of text within a richtextbox without actually selecting the text -- which is what you seem to have to do for the SelectionProtected
and SelectionBackColor
or w/e properties.
how can i do this programatically? I looked around in reflection and found the SetCharFormat
method, but I can't really tell how I'd use it to change the aforementioned properties on a specific range of text instead of the selection.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论