富文本框 CtrlI
我在 .NET WinForms 中有一个 RichTextBox。 我一直在用 KeyUp 连接热键。 除了 CtrlI 之外,一切都工作正常。 当轮到我的处理程序时,选择已被替换为“\t”。 我关闭了 ShortcutsEnabled,但没有任何区别。 有任何想法吗?
I have a RichTextBox in .NET WinForms. I have been hooking up hot keys with KeyUp. Everything is working fine, except for CtrlI. By the time my handler gets its turn, the selection has been replaced with a '\t'. I turned off ShortcutsEnabled, but it didn't make any difference. Any ideas?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
像这样做:
Do it like this: