From my VB.NET code, I have created a new pane in the Output Window of VS.NET, but for the life of me, I cannot determine how to remove/close/delete the pane.
Thanks for your reply. It doesn't appear that a pane can be undocked from the Output Window in VS.NET. In my VB.NET application, I added a pane named "A New Pane" to the Output Window using the Item method of OutputWindowPanes. Now I want to programmatically remove the pane, but cannot determine the method for doing so.
Alvin Bruney said:
i believe it is dockable so you can undock it and then delete it
From my VB.NET code, I have created a new pane in the Output Window of
VS.NET, but for the life of me, I cannot determine how to
remove/close/delete the pane.