shortcut keys and pop up
I have created a main window and a pop up inside that. both of them are having a button with content as "[u]C</u>ancel".
Now when I open the popup (popup.IsOpen=true), and press "Alt+C" I want to fire the click event of this button only.
But in reality, window button click event is fired.
How can I fire the click event of the button in the popup when I press "Alt + C" when the pop up is opened?
|