I have a docksite with a tool window declared in xaml.
Later on, I destroy it programmatically. What happens to it? I still have access to it in my code (it is not null), but I cannot reactivate it.
Do I have to create a new instance, or can I register it again with the docksite? And how can I check if the tool window is destroyed or not?
Thanks for your help.
Marc Wuergler
Later on, I destroy it programmatically. What happens to it? I still have access to it in my code (it is not null), but I cannot reactivate it.
Do I have to create a new instance, or can I register it again with the docksite? And how can I check if the tool window is destroyed or not?
Thanks for your help.
Marc Wuergler