Hi,
in my Application I'm using a Signature Pad from here:
http://www.topazsystems.com/products/siglitesl.asp
The problem is that the .net control library is only for WinForm so I have to use in my Xaml:
<WindowsFormsHost><topaz:SigPlusNET/></WindowsFormsHost>
How is it possible to acces the control from the ViewModel?