Removing a Pane from the Output Window of VS.NET

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

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

--
Regards,
Alvin Bruney
[ASP.NET MVP http://mvp.support.microsoft.com/default.aspx]
Got tidbits? Get it here... http://tinyurl.com/27cok
too_tawl said:
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.
 
Back
Top