Tag: form designer

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

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