katz
Member
- Joined
- May 24, 2013
- Messages
- 6
- Programming Experience
- Beginner
When I was setting the tab indices for the items on my form, I noticed that I have some radio buttons that do this:

For added complication, some of the radio buttons on the form behave this way, while others follow the normal tab focus rules.
I have been assured that this is 100% impossible, that tab doesn't ever move between individual controls inside a container, and that you can never give focus to an unchecked radio button. But apparently you can and I'd very much like to find out why and how I can emulate or remove this behavior. Anyone up to it?
I'm using Visual Studio 2012.

For added complication, some of the radio buttons on the form behave this way, while others follow the normal tab focus rules.
I have been assured that this is 100% impossible, that tab doesn't ever move between individual controls inside a container, and that you can never give focus to an unchecked radio button. But apparently you can and I'd very much like to find out why and how I can emulate or remove this behavior. Anyone up to it?
I'm using Visual Studio 2012.