This application has a form with multiple tab groups. In the C1Ribbon_MinimizedChanged event, code was added to bring the appropriate tab group to the front. e.g. If Tab01Clicked = True Then Tab01Group.BringToFront() End If The debugger shows that this code has been executed. In debug mode, after stepping...