Window2::Visible Property

 

Gets or sets the visibility of a window.

Namespace:   EnvDTE80
Assembly:  EnvDTE80 (in EnvDTE80.dll)

property bool Visible {
	bool get();
	void set(bool value);
}

Property Value

Type: System::Boolean

true if the window is visible; otherwise, false.

Implements

Window::Visible

The 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.

No code example is currently available or this language may not be supported.
Return to top
Show: