gpt4 book ai didi

c# - 为什么设置 MenuItem.InputGestureText 不会在我执行输入手势时激活 MenuItem?

转载 作者:太空狗 更新时间:2023-10-29 20:55:30 25 4
gpt4 key购买 nike

我想为 MenuItem 实现键盘快捷键。我使用了下面的代码:

<MenuItem Header="_New" InputGestureText="CTRL+N" Click="NewMenu_Click">
<MenuItem.Icon>
<Image Source= "Images\NEW.PNG" Width="25" Height="28" />
</MenuItem.Icon>
</MenuItem>`

但是当我按下 CTRL+N 时,InputGestureText 属性没有响应。我正在使用 Visual Studio Express Edition 2010。我在这里遗漏了什么吗?

最佳答案

在属性的文档中非常明确:

This property does not associate the input gesture with the menu item; it simply adds text to the menu item. The application must handle the user's input to carry out the action. For information on how to associate a command with a menu item, see Command.

关于c# - 为什么设置 MenuItem.InputGestureText 不会在我执行输入手势时激活 MenuItem?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/5329292/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com