WPF also supports ActiveX, which you can easily embed in a WPF application. This is not feature specific to WPF, but it works because of interoperability with Windows Forms. The WinForm acts as an intermediate layer between the two.
There are several ActiveX controls present, which can be easily embedded in any WPF application. In this recipe, we will learn how to embed an ActiveX control by following some simple steps. We will demonstrate it using the Microsoft Terminal Services Control that ships with Windows.