Shortcut keys on ContextMenuStrip
Hello i have added ContextManuStrip to TreeList. ContextManuStrip has some ToolStripMenuItems, i have implemented their "Click" events and everything works fine. Now in designer i added "ShortcutKeys". Now, how to do so: when i use shortcut key - program w开发者_C百科ill call my "Click" event..?
It is done automaticaly, program calls this event when shortcut key is clicked.
精彩评论