在 WinForms 应用程序控件中 + C 没有在我的富文本框中进行复制

发布于 2024-09-03 19:30:50 字数 194 浏览 7 评论 0原文

我在 Windows 窗体应用程序上添加了一个带有用于复制和粘贴的快捷键(Control+C 和 Control+V)的菜单。该应用程序有一个 Richtextbox 控件。菜单项的事件调用 RichTextBox.Copy 和 RichTextBox.Paste,但我无法使用快捷键。 Control+c & +v 什么也不做。

我缺少一个步骤吗?

I added a menu with short cut keys for copy and past (Control+C & Control+V) on a windows forms application. The application has a single richtextbox control. The events for the menu items call RichTextBox.Copy and RichTextBox.Paste but I can't get the short cut keys to work. Control+c & +v do nothing.

Is there a step I am missing?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

绻影浮沉 2024-09-10 19:30:50

richtextbox ShortcutsEnabled 属性是否设置为 true?
尝试从菜单中删除快捷键,看看是否有效?

Is the richtextbox ShortcutsEnabled property is set to true?
Try to remove the shortcut key from the menu and see if it works?

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文