本文介绍了鼠标右键单击TextBox会弹出奇怪的菜单的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧! 问题描述 我正在使用鼠标右键单击以启动弹出菜单,但当我在鼠标右键单击TextBox时,会出现一个菜单: 撤消(灰色) ) 剪切(灰色) 复制(灰色) 粘贴 删除(灰色) 全选 从右到左阅读订单 显示Unicode控制字符(灰色) 插入Unicode控制字符> (灰色) 打开IME Reconversion(灰色) 点击Esc键后,弹出窗口菜单出现。 我不知道它来自何处或如何阻止它。 任何想法?解决方案 I'm using the Right Mouse click to launch a popup menu, but when I Right Mouse click in the TextBox, a menu appears:Undo (Grayed)Cut (Grayed)Copy (Grayed)PasteDelete (Grayed)Select AllRight to left Reading orderShow Unicode control characters (Grayed)Insert Unicode control character> (Grayed)Open IMEReconversion (Grayed)After hitting the Esc key, then my popup menu appears.I have no idea where this is coming from or how to stop it.Any ideas? 解决方案 这篇关于鼠标右键单击TextBox会弹出奇怪的菜单的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!
10-11 09:52