Search code examples
c#winformseventskeyboard

F10 Key is not caught


I have a Windows.Form and there overriden ProcessCmdKey. However, this works with all of the F-Keys except for F10. I am trying to search for the reason why ProcessCmdKey is not called when I press F10 on my Form.

Can someone please give me a tip as to how I can find the cause?

Best Regards, Thomas


Solution

  • Windows treats F10 differently. An explanation is given in the "Remarks" section here on MSDN