Window2::Top Property

 

Gets or sets the vertical distance between the internal top edge of an object and the top edge of its container.

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

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

Property Value

Type: System::Int32

The vertical distance.

Implements

Window::Top

This example creates a linked window frame, adds the Output Window and Solution Explorer to the linked frame as docked windows, displays some properties, uses the Top property to resize 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: