I’m not sure my terminology is right, but when I undock a (DockableContent) tab, I can leave it floating on my desktop, as if it was a toolwindow. Top and Left don’t seem to be available properties. How can I determine its position onscreen?
Share
When it’s floating on your desktop, the
DockableContentis inside aFloatingWindow(Link). “Walk up the tree” (recursive get parent) until you get a non-nullWindowobject, then useTopandLeft.