### Steps to reproduce Test sample: [DemoConsole](https://github.com/dotnet/winforms/tree/main/src/System.Windows.Forms/tests/IntegrationTests/DesignSurface/DemoConsole) in Winforms repo 1. Select ContextMenuStrip control. 2. Add a TextBox/ComboBox/Separator item 3. Select the new item **Current Behavior :** ToolStripTextBox cannot get focus  **Expected Behavior:** All items can be focused normally  **Notes:** If add a extra `ToolStrip` control in the Tab page, everything will work well <img width="607" alt="Image" src="https://github.com/user-attachments/assets/6daa0d71-ad38-4c6c-b0ea-8a6d3c60e92f" />