Window2::Visible Property
Visual Studio 2015
Gets or sets the visibility of a window.
Assembly: EnvDTE80 (in EnvDTE80.dll)
Implements
Window::VisibleThe Find/Replace utility does not search windows that are not visible in open documents, even if the document associated with the window is still open.
This example creates a linked window frame, adds the Output Window and Solution Explorer to the linked frame as docked windows, displays some properties, uses the Visible property to set the visibility status of the window frame, and then undocks the windows from the frame.
Show: