WinForm - TabStop Not Working
I have a WinForm with 3 group boxes, one with combo boxes, and two with radio buttons. I set all of them and their children controls to "TabStop = false", but when I cycle with TAB, the currently selected radio button in each of the last two group boxes gets focused. If there's no way to change this behavior, what would be a good event to catch and move the focus away? I can't find an "OnFocus" event. The solution is to set one method (code below) to handle the "Enter" event of every radio button in the form (if that's what you wish). Actually, I only did it for the radio buttons of the first