ProvideToolWindowAttribute::DockedWidth Property

 

Gets ore sets the default width of the ToolWindow when docked.

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

public:
property int DockedWidth {
	int get();
	void set(int value);
}

Property Value

Type: System::Int32

The default width.

Return to top
Show: