C
Cresta
Hello
I have an addin which customizes the ribbon.
When a particular document is opened/closed I would like to call the
myRibbon.InvalidateControl("TabID") in the addin to make the tab visible or
hidden.
I'm presuming the code is with the document in the Document_Open and Close
procedures but I don't know where to start to call the callback function in
the addin.
Does this make sence, if so, any ideas.
Thanks
I have an addin which customizes the ribbon.
When a particular document is opened/closed I would like to call the
myRibbon.InvalidateControl("TabID") in the addin to make the tab visible or
hidden.
I'm presuming the code is with the document in the Document_Open and Close
procedures but I don't know where to start to call the callback function in
the addin.
Does this make sence, if so, any ideas.
Thanks