Window2::Width Property

 

Gets or sets the width of the window in character units.

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

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

Property Value

Type: System::Int32

The width of the window in character units.

Implements

Window::Width

This example selects the first window in the Windows collection, and displays its Width property.

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