Adding a shortcut to a menu item is quite simple in .NET. But I would like to add a short cut which is not in their standard list such as "+" or "-" for zooming.
I would prefer to add the characters to their mechanism (rather than having to trap the character myself) but I have not been able to find any documentation on how this could be done.
Can anyone point me to a relevant doc or code snippet?
Thanks!
Dean
I would prefer to add the characters to their mechanism (rather than having to trap the character myself) but I have not been able to find any documentation on how this could be done.
Can anyone point me to a relevant doc or code snippet?
Thanks!
Dean