In my C# app I have a label with a mnemonic (e.g. &Path) and a button. I want to raise ButtonClick event when user presses mnemonic for the label (e.g. [Alt] and then [P]). But I haven’t found any label event to handle this situation. Using OnFocus event of a button is not an option, as user may use [Tab] key to navigate.
So is there a way to achieve what I want?
Thanks in advance.
or you can just name your button with something that starts with the litter
pand then put&before it, thealt + pwill trigger thebtn_Clickevent handlerEdit:

What about something like this 🙂