Share via


ProvideToolWindowAttribute.Height Property

Gets or sets the default height of the tool window.

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

Syntax

'Declaration
Public Property Height As Integer
public int Height { get; set; }
public:
property int Height {
    int get ();
    void set (int value);
}
member Height : int with get, set
function get Height () : int
function set Height (value : int)

Property Value

Type: System.Int32
The height of the tool window.

.NET Framework Security

See Also

Reference

ProvideToolWindowAttribute Class

Microsoft.VisualStudio.Shell Namespace