I’m confused, can anyone help me out?
Edit
My problem is that I have created an ActiveX control in Delphi and I just can’t get it to play nicely in WPF land. I have looked at the relevant MSDN pages, and it looks like it SHOULD work, so I may have gone wrong in the way that I have created the ActiveX control in the first place.
Have a look at the official documentation for both classes
Here is the Class signature for System.Windows.Controls.control class
Here is the Class signature for System.Windows.Forms.Control class