gpt4 book ai didi

c# - WPF 中的键绑定(bind)

转载 作者:太空狗 更新时间:2023-10-30 01:11:33 24 4
gpt4 key购买 nike

我是 WPF 的新手,在我正在构建的应用程序中,我想在按下 alt 键时显示主菜单,就像 vista 和 windows 7 中的 windows 资源管理器一样。我尝试过使用键绑定(bind)只是修饰符集,但这似乎不起作用。

到目前为止的代码如下:

<Window.CommandBindings>
<CommandBinding Command="{x:Static local:MainWindow.ShowMenuCommand}"
CanExecute="ShowMenuCommand_CanExecute"
Executed="ShowMenuCommand_Executed"/>
</Window.CommandBindings>
<Window.InputBindings>
<KeyBinding Key="Alt" Command="{x:Static local:MainWindow.ShowMenuCommand}" />
</Window.InputBindings>

我还希望菜单在失去焦点时消失。

有什么想法吗?

最佳答案

我一直在寻找的答案可以在这里找到:

http://www.stackoverflow.com/questions/1218394/how-can-i-toggle-the-main-menu-visibility-using-the-alt-key-in-wpf

感谢大家的帮助。

关于c# - WPF 中的键绑定(bind),我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/2268631/

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