Window2::Left Property

 

Gets or sets the horizontal distance between the internal left edge of an object and the left edge of its container.

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

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

Property Value

Type: System::Int32

An int containing the distance between the left edge of an object and the left edge of its container.

Implements

Window::Left

This example creates a linked window frame, adds the Output Window and Solution Explorer to the linked frame as tabbed windows, 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: