Get reference to CustomTaskPane through Smart Tag.

N

NickP

Hi there,

I have a CustomTaskPane VSTO addin, and a Smart Tag addin bothe created
within the same class library. Both of which function as expected.

I would like to be able to get a reference to the custom task pane
control when running a verb of the Smart Tag, is this possible?

Many thanks in advance.

Nick.
 
N

NickP

Unfortunately this has opened up a whole new can of worms for me as I wasn't
aware that only 1 instance of the Add-in is ever instantiated. So that
means only 1 panel appears in 1 window, not an individual panel for each
Window. I am going to have to look at this further, so please disregard
this.
 
Top