views:

200

answers:

0

We're revamping our winforms user interface to use the Weifen Luo DockPanel Suite and since our old UI didn't have tabs, we would like to show a ballon tooltip when a new window is docked to the document area, informing users that they may rip-out the document and float it wherever they would like.

I figure to do this I need to be able to programatically determine the location of a docked window's tab. Our DockPanel's DocumentStyle is set to DockingWindow, so tabs are always shown for any windows docked into the 'document' area.

Any ideas?