Hi all,
how can I set the shortcut of a menu to ESC ?
The thing is that ESC is not in the shortcut list of the menu editor...and is not in the properties list of this control !
Thanks
Printable View
Hi all,
how can I set the shortcut of a menu to ESC ?
The thing is that ESC is not in the shortcut list of the menu editor...and is not in the properties list of this control !
Thanks
You can't. If you want to know, Esc is used for cancel. So if you have a command button with a cancel property on and you push Esc, it does the button's Click event.
Hope this was anykind of help,