Posted 10 years ago
by Peter Cullen
Version: 14.2.0610
Platform: .NET 4.5
Environment: Windows 7 (64-bit)

I just upgraded from v 14.1 to 14.2.610. I used to be able to query DockSite.ActiveWindow but now it's always null. Instead I have to query the DockSite.DocumentWindows collection e.g. DocumentWindows.FirstOrDefault(
docWin => docWin.ParentContainer as TabbedMdiContainer != null); Please advise.
[Modified 10 years ago]