I believe you could watch the DockSite.LastActiveToolWindow property to know which is active. There also is a DockSite.LastActiveToolWindowChanged event that you could handle to know when that property changes.
↧
I believe you could watch the DockSite.LastActiveToolWindow property to know which is active. There also is a DockSite.LastActiveToolWindowChanged event that you could handle to know when that property changes.