I'm trying to set up some hotkeys for command buttons on a form. I know that you can usually just put a "&" in the caption before the letter you want to use as the hotkey, and then when the user presses ALT+Hotkey, it will trigger that button.
This works very well, but I was under the impression that the character for the hotkey was supposed to be underlined in the caption. That doesn't seem to be working. I have an SSTab control with a bunch of command buttons on it. I defined some hotkeys for the various tabs, and they work perfectly, underlines and all. But with the command buttons, the appropriate hotkey will trigger the button, but there aren't any underlines. Why is that? Is there some property that I forgot to set? The keys aren't very useful if the user doesn't know about them, so how can I fix this?
This works very well, but I was under the impression that the character for the hotkey was supposed to be underlined in the caption. That doesn't seem to be working. I have an SSTab control with a bunch of command buttons on it. I defined some hotkeys for the various tabs, and they work perfectly, underlines and all. But with the command buttons, the appropriate hotkey will trigger the button, but there aren't any underlines. Why is that? Is there some property that I forgot to set? The keys aren't very useful if the user doesn't know about them, so how can I fix this?