I’m currently creating a document level add-in in VSTO, and I’m running into a problem reinstating or extending existing static controls into host controls.
According to the material I have found, it’s possible and I have done it.
My problem is that I don’t want to create 50 different calls to the same method if I can do it with more efficient code.