Hello, Is there a way to get mnemonics recognized for an EditorButton with text? I have an EditorButton with the text "&Browse..." and the mnemonic does not show up.
Thanks for the help,
Andrew
Hi Andrew,
No, since EditorButtons can't take focus, they don't support mnemonics.
I suppose if you wanted to, you could write a DrawFilter and draw the text yourself so that it appears to have mnemonic and then you would have to handle KeyUp or KeyPress on the grid to respond to it.