Window::Linkable Property

 

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

Namespace:   EnvDTE
Assembly:  EnvDTE (in EnvDTE.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. If you set Linkable to false, the tool window no longer is force to be on top, the window's behavior changes.

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

Linkable requires a tool window.

Return to top
Show: