Environment
17.11.3
.NET version
net6.0 - net8.0
Did this work in a previous version of Visual Studio and/or previous .NET release?
framework all is normal
Issue description
my custom controls cannot capture mouse clicks, but System.Windows.Forms.TabControl can
Steps to reproduce
Here is a demo, the framework 4.8 can capture the mouse in the designer, but I hope the designer can also capture the mouse normally under net6.0
TestDesignGetHitTest.zip
Diagnostics
No response