Window::AutoHides Property

 

Gets or sets whether the tool window is able to be hidden.

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

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

Property Value

Type: System::Boolean

true if the tool window can be hidden; otherwise, false.

AutoHides produces an error if the window is a Document window.

Return to top
Show: