Custom Shortcut in Windows.Forms.Shortcut?

Posted by Chris on Stack Overflow See other posts from Stack Overflow or by Chris
Published on 2010-03-30T15:30:01Z Indexed on 2010/03/30 15:33 UTC
Read the original article Hit count: 521

Filed under:
|

How would you go about assigning a custom shortcut in C# to a Menu item? Right now, it looks like it only uses what is available in the Windows.Forms.Shortcut enum. The combination that I want, Ctrl + DownArrow, is not available.

Thanks.

Chris

© Stack Overflow or respective owner

Related posts about c#

Related posts about winforms