Hi,
I'm creating a usercontrol wich contains a RadCommandbar and an editor (richtext).
The commandbar contains two CommandBarDropDownList and standards radbutton.
I'm trying to prevent dropdownlists from gaining focus when I press tab, but neither can focus on dropdownlists nor tabstop on commandbar working.
Focus is still in my first CommandBarDropDownList.
I even tried https://docs.telerik.com/devtools/winforms/controls/commandbar/how-to/prevent-the-control-from-gaining-focus.
To explain exactly what's suppose to happen, when tab key is pressed the user control should gain focus, the commandbar should be skipped and the editor become the active control (kind of).
Thanks a lot for helping me.
Cf: my userControl