### .NET version main branch of WinForms repo ### Did it work in .NET Framework? No ### Did it work in any of the earlier releases of .NET Core or .NET 5+? No, also repro on Release/10.0-preview4 branch of WinForms repo. ### Issue description Unable select ToolStripMenuItem and TooStripTextBox of MenuStrip2 in DemoConsole application. https://github.com/user-attachments/assets/af05626f-e340-48d1-ab4b-3ffeb2c4f475 ### Steps to reproduce Test sample: [DemoConsole](https://github.com/dotnet/winforms/tree/main/src/System.Windows.Forms/tests/IntegrationTests/DesignSurface/DemoConsole) bases on main branch in Winforms repo. **More info:** 1. This issue cannot repro in SubToolStripMenuItem and SubTooStripTextBox of MenuStrip2 in DemoConsole application. 2. This issue cannot repro in MenuStrip1 in DemoConsole application.