### .NET version main branch of Winforms repo ### Did it work in .NET Framework? Yes ### Did it work in any of the earlier releases of .NET Core or .NET 5+? No, still repro in Release/9.0 branch when ListBox was added in DemoConsole app, no this control in DemoConsole app on Release/8.0 branch ### Issue description In [DemoConsole](https://github.com/dotnet/winforms/tree/main/src/System.Windows.Forms/tests/IntegrationTests/DesignSurface/DemoConsole) test app of WinForms repo, unexpected warning pops up when clicking 'Edit Items...' command link for ListBox in Properties window <img width="1311" height="892" alt="Image" src="https://github.com/user-attachments/assets/8dd67f69-2a7a-462d-b582-5fd7bdecd85d" /> **Expected Result:** for clicking Items property <img width="1312" height="833" alt="Image" src="https://github.com/user-attachments/assets/9a2f682d-54e0-4188-b512-c8e87a4131ca" /> In .NET framework 4.8.1 for DemoConsole app, there hasn't 'Edit Items...' command link for ListBox in Properties window ### Steps to reproduce Test the sample app: [DemoConsole](https://github.com/dotnet/winforms/tree/main/src/System.Windows.Forms/tests/IntegrationTests/DesignSurface/DemoConsole) in Winforms repo, go to **TabControl and TableLayoutPanel** page to find ListBox control