开发者

Can Windows Controls works with WPF?

开发者 https://www.devze.com 2022-12-23 05:41 出处:网络
We have Win Forms application uses the 3rd party windows native controls. Can these controls used with WPF appl开发者_StackOverflow社区ication?Of course, that\'s what the WindowsFormsHost WPF control

We have Win Forms application uses the 3rd party windows native controls. Can these controls used with WPF appl开发者_StackOverflow社区ication?


Of course, that's what the WindowsFormsHost WPF control is for!

See: http://msdn.microsoft.com/en-us/library/ms751761.aspx to do it in code.

Or: http://msdn.microsoft.com/en-us/library/ms742875.aspx to do it in XAML.


Yes it does. However, if you can use a WPF control instead do it.

0

精彩评论

暂无评论...
验证码 换一张
取 消