Hello,
I am using .NET and insert there an OleObject with the progId “Package” using the DocumentBuilder method InsertOleObject. When I do this, the IconCaption of the OleFormat is always automatically set to “Packager”. Can I change this afterwards? Unfortunately, the IconCaption property has only a getter and no setter.
I have also seen the method InsertOleObjectAsIcon, but when I set the progId to “Package” afterwards, the information in the OlePackage property of the OleFormat does not seem to be filled in correctly because it is completely empty.
Thanks for your help!