Is there a way to tell a ultragroupbox to not be a tabstop. I have setup a custom tab set and it is annoying to always have the groupbox grab the focus while tabbing around.
The UltraGroupBox does not take focus when tabbing through controls; are you sure that it's not a control within the group box that is taking focus instead? I tested this in an application with 2 .NET TextBoxes and an UltraGroupBox, and tabbing only alternated focus between the two TextBoxes.
-Matt