I am trying to use the shortcut key for the linklabel controlin standard .NET WinForms but its not working.
I have setthe UseMnemonic propertyto true , and used & sign (&Favorites)before the char to be used as the shortcut. Nothing happens when I press Alt+F to invoke the LinkClicked() event of linklabel.
Please help