ProvideToolWindowAttribute::Height Property

 

Gets or sets the default height of the tool window.

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

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

Property Value

Type: System::Int32

The height of the tool window.

Return to top
Show: