Where to find the source code for OOP TabControlDesigner? #9564
-
I would like to know more about how to create an out-of-process Control designer, and would like to see how the TabControl designer was implemented. However, I'm not able to find the TabControlDesigner class in the design assembly: Anyone know where to find the source code? |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 5 replies
-
You can't find it because it's not in the main branch yet. See issue #8790. PR #9560 will add it to .NET 9 though. |
Beta Was this translation helpful? Give feedback.
-
@ulfemsoy: The Designers for the out-of-process WinForms Designer are not part of the .NET (WinForms) Runtime. They belong to Visual Studio and are closed source. They are different from the Designers which we have published as part of the WinForms runtime, in that they are for in-proc scenarios .NET (Core), and therefore not compatible with Visual Studio (which is based on .NET Framework). |
Beta Was this translation helpful? Give feedback.
@ulfemsoy: The Designers for the out-of-process WinForms Designer are not part of the .NET (WinForms) Runtime. They belong to Visual Studio and are closed source. They are different from the Designers which we have published as part of the WinForms runtime, in that they are for in-proc scenarios .NET (Core), and therefore not compatible with Visual Studio (which is based on .NET Framework).