如何实现自定义Windows窗体设计器?

thi*_*eek 5 .net c# form-designer winforms

我们如何在WinForms应用程序中实现Windows窗体设计器?Visual Studio使用System.ComponentModel.Design命名空间来实现表单设计器.我们如何使用它在WinForms应用程序中实现表单设计器?有没有其他库可用于实现相同的目标?

thi*_*eek 1

我终于在 CodePlex中找到了一些非常有趣且有用的东西。我在Brad Abram 的博客文章中读到了这一点。其中包括许多有关框架可扩展性的示例,自定义 Windows 窗体设计器界面就是其中之一。

链接文本1: http: //mef.codeplex.com/

链接文本 2:http://blogs.msdn.com/brada/archive/2009/04/13/management-extensibility-framework-preview-5-released.aspx

谢谢。