Topic by David Diamond1600
We would like to detect at run-time whether our Add-In is running with “Enhanced Console” checked in the profile.
The Enhanced Console has slightly different geometry behaviour, with respect to IGlobalDockWindow. In particular, the size returned by GetPreferredSize() affects the way that RightNow.AddIns.Common.DockingType.Floating windows are drawn. It would be nice to be able to automatically detect which mode an AddIn is running instead of needing a manually configured AddIn property.