Window2::Linkable Property

 

Gets or sets a value indicating whether the tool window can be docked with other tool windows.

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

property bool Linkable {
	bool get();
	void set(bool value);
}

Property Value

Type: System::Boolean

true if the window can be docked with other windows; otherwise, false.

Linkable is meaningful only for tool windows. Setting Linkable to false causes the tool window to no longer force itself to be on top, as well as changing the window's behavior.

For a document window, Linkable is always false, so setting the value fails.

This property requires a tool window.

Return to top
Show: