Window2::Height Property

 

Gets or sets a value indicating the dimensions of the window in pixels.

Namespace:   EnvDTE80
Assembly:  EnvDTE80 (in EnvDTE80.dll)

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

Property Value

Type: System::Int32

The height dimension of the window in pixels.

Implements

Window::Height

This example creates a linked window frame, adds the Output Window and Solution Explorer to the linked frame, resizes the linked window frame, and then undocks the windows from the frame.

No code example is currently available or this language may not be supported.
Return to top
Show: