views:

220

answers:

1

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 will call my "Click" event..?

A: 

It is done automaticaly, program calls this event when shortcut key is clicked.

Vytas999