My app lets me float or dock documents. I want to update a status bar with info about the active window. I use the WindowActivated event for my main DockSite to alert me to changes. All is well between docked documents.
But a floating document stops being active when I click anywhere in the "chrome". Like in an empty space inside my main ribbon. What happens is that a docked document will become active even though I did not click in its window or tab.
How can I prevent this?
But a floating document stops being active when I click anywhere in the "chrome". Like in an empty space inside my main ribbon. What happens is that a docked document will become active even though I did not click in its window or tab.
How can I prevent this?