Hi there,
We are using an old version (version 2010.1.521). We need to dock a tool window as document when it is started. Anyone could give an example how to do that programmatically?
Thanks.
Hi there,
We are using an old version (version 2010.1.521). We need to dock a tool window as document when it is started. Anyone could give an example how to do that programmatically?
Thanks.
Hi Roger,
There is a DockingWindow.MoveToMdi() method that you can use to dock your ToolWindow as a document programmatically. The method is overloaded so you can specify the Docksite, or the TabbedMdiContainer and the direction (note this last one should only be called when tabbed MDI is in use).
Thanks for your quick responce. This helps. :)
Please log in to a validated account to post comments.