ProvideToolWindowAttribute::DocumentLikeTool Property

 

Set this property to true if you want a tool window that is like a document in its behavior and lifetime. The tool window will only be MDI or floating and will remain visible in its position across all layout changes until manually closed by the user at which point it will be destroyed. This flag implies DontForceCreate and destructive multi instance.

Namespace:   Microsoft.VisualStudio.Shell
Assembly:  Microsoft.VisualStudio.Shell.14.0 (in Microsoft.VisualStudio.Shell.14.0.dll)

public:
property bool DocumentLikeTool {
	bool get();
	void set(bool value);
}

Property Value

Type: System::Boolean

True if the tool window should be like a document.

Return to top
Show: