Window2::AutoHides Property

 

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

Namespace:   EnvDTE80
Assembly:  EnvDTE80 (in EnvDTE80.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.

AutoHides requires a tool window.

Return to top
Show: