Window2::Caption Property

 

Gets or sets the title of the window.

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

property String^ Caption {
	String^ get();
	void set(String^ value);
}

Property Value

Type: System::String^

The title of the window.

Implements

Window::Caption

The Caption can be set for tool windows.

This example links together the Output Window, the Command Window, and Solution Explorer. It then manipulates the width and height of these linked windows, and it displays some of their properties, including the Caption.

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