Usage of CD_DotNetControlContainer
Hello,
I need some help for understanding how to iteract with a .net control hosted in a CD_DotNetControlContainer (activeX element).
There is some sample in the documentation?
I'm stuck on this code and I don't know how to proceed...
C# Code:
IDynPicture picture = this.DynPictures().Item("img_Test");
IElement control = picture.Elements().Item("ActiveX_1");
object a = control.AktiveX();
It's possible to access methods, properties and events of the hosted control?
Thanks
This is a migrated post! Originally posted on 25.11.2010 by user zenmyway. Please be aware that information can be outdated.