ProvideToolWindowAttribute::Style Property

 

Gets or sets the default docking style for the tool window.

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

public:
property VsDockStyle Style {
	VsDockStyle get();
	void set(VsDockStyle value);
}

Allowable docking styles are MDI, Float, Linked, Tabbed, AlwaysFloat and none.

Return to top
Show: