I'm creating a word addin with a custom pane.
I'm also creating a Ribbon with a checkbox control which shows/hides the custom pane based on the checked change event.
All works well if I have only one instance of word.
When I create another instance of word document, clicking the checkbox in document 2 triggers event for document 1 and hides the pane.
How to sync the ribbon and custom pane separately for each instance of word ?
Thanks.