标签: wpf winforms
我有一个自定义的WPF按钮控件,我想将此控件与WinForm应用程序一起使用。我知道如何使用ElementHost使用WinForm的WPF用户控件。但我不知道任何单一控件(不是用户控件)与其所有成员一起使用WinForm应用程序。你能否建议我实现这个目标的好方法
答案 0 :(得分:4)
使用System.Windows.Forms.Integration命名空间
System.Windows.Forms.Integration
Here是详细教程
答案 1 :(得分:1)
你不能把它包装到UserControl吗?您仍然可以使用Host.CustomizedButton.xxx来访问所有属性和方法。