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? |
Replies: 2 comments 5 replies
|
@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). |
@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).