本文介绍了F10键没有被捕获的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!
问题描述
我有一个Windows.Form有重写ProcessCmdKey。然而,这与所有的F键除了 F10 骨节病>。我试图寻找原因,为什么当我按 F10 骨节病>我的形式ProcessCmdKey不叫。
I have a Windows.Form and there overriden ProcessCmdKey. However, this works with all of the F-Keys except for . I am trying to search for the reason why ProcessCmdKey is not called when I press on my Form.
可有人请给我一个提示,我怎么能找到病因?
Can someone please give me a tip as to how I can find the cause?
最好的问候,托马斯
推荐答案
Windows将 F10 骨节病>不同。一种解释是,在备注部分给出 MSDN
Windows treats differently. An explanation is given in the "Remarks" section here on MSDN
这篇关于F10键没有被捕获的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!