Toggle Button Problem
I have a form with a normal button with the caption of âAddâ the âAâ has an ampersand (&) immediately before the character to give it an access shortcut key. So by holding the ALT key and pressing the âAâ activates the click event on the âAddâ button. That works fine. However, I have Toggle button on the same form with no caption or ampersand and if you give the Toggle button focus and press the âAâ key on the keyboard it acts as if you where holding the ALT key down and pressing âAâ. Why does it do this? Is there a known work around?
|