I am tyrying to set AccessKeys for my TabPages in a TabControl. However when I set the text of the TabPage to "&Location" it does not do any of the AccessKey functionality. No underline. Doesn't select it when I press "Alt-L". Is this a bug with the TabPage control - or do I need to do something different for this control
Thanks.

Using AccessKeys in TabPage.
Don Phelps
Tab Controls in Windows do not support accelerator keys. The built-in mechanism for changing tabs is Ctrl+Tab to step through.
If you need this support, there are a few community solutions out there such as:
http://www.codeproject.com/vb/net/MnemonicTabControl.asp